PICMLX_HasExclusiveAccess

unsigned long PICMLX_HasExclusiveAccess (long session, unsigned long cardType, unsigned long cardID, unsigned long ownerType, int *isEsclusive);

Purpose

Tests whether the card is opened for exclusive access 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
isEsclusive int (passed by reference)

True if the card is opened for exclusive access; 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