PICMLX_IsCardUsed

unsigned long PICMLX_IsCardUsed (long session, unsigned long cardType, unsigned long cardID, unsigned long ownerType, int *isUsed);

Purpose

Tests whether the card is used or not.

Parameters

Input
Name Type Description
session long

Handle of current session.

cardType unsigned long

Card type.

cardID unsigned long

Card ID.

ownerType unsigned long

Owner type consists of these flags:
1   Cards owned by current session
2   Cards owned by session, that is shared
4   Cards owned by different sessions

Output
Name Type Description
isUsed int (passed by reference)

True if the card is used; otherwise false.

Return Value

Name Type Description
return unsigned long

Zero or non-zero if error occured.

References

Information
Client Bridge for LXI - Communication
Alphabetical Function Index
Hierarchical Function Index