PosCxIsPosApp - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// poscx.h

BOOLEAN PosCxIsPosApp(
  [in] WDFDEVICE     device,
  [in] WDFFILEOBJECT fileObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-poscx-poscxisposapp)

PosCxIsPosApp function

Description

PosCxIsPosApp checks if the open instance is associated with a point-of-service application.

Parameters

device [in]

A handle to a framework device object that represents the device.

fileObject [in]

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.