// poscx.h
ULONG PosCxGetDeviceInterfaceTag(
[in] WDFFILEOBJECT fileObject
);
View the official Windows Driver Kit DDI referenceNo description available.
PosCxGetDeviceInterfaceTag returns the device interface tag that is set in PosCxOpen.
fileObject [in]A handle to a framework file object that identifies the caller, usually acquired with WdfRequestGetFileObject.
The device interface tag value.