PosCxIsPosApp function (poscx.h)
PosCxIsPosApp checks if the open instance is associated with a point-of-service application.
Syntax
BOOLEAN PosCxIsPosApp(
[in] WDFDEVICE device,
[in] WDFFILEOBJECT fileObject
);
Parameters
[in] device
A handle to a framework device object that represents the device.
[in] fileObject
A handle to a framework file object that identifies the caller, usually acquired with WdfRequestGetFileObject.
Return value
Returns TRUE if fileObject is associated with a point-of-service application. Otherwise, returns FALSE.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | poscx.h (include Poscx.h) |