IOCTL_POINT_OF_SERVICE_GET_PROPERTY - NtDoc

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

// CTL_CODE(0x0054, 0x001, METHOD_BUFFERED, FILE_READ_ACCESS)
#define IOCTL_POINT_OF_SERVICE_GET_PROPERTY 0x00544004
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-pointofservicedriverinterface-ioctl_point_of_service_get_property)

IOCTL_POINT_OF_SERVICE_GET_PROPERTY IOCTL

Description

This I/O control function returns the value of the specified property from the device driver.

Parameters

Major code

Input buffer

Pointer to a buffer that contains the PosPropertyId for the property you want to get.

Input buffer length

Size, in bytes, of the buffer pointed to by lpInBuffer. Set to sizeof(PosPropertyId).

Output buffer

Pointer to a buffer that receives the property value.

Output buffer length

Size, in bytes, of the buffer pointed to by lpOutBuffer.

Input/output buffer

Input/output buffer length

Status block

Returns TRUE if successful; otherwise, returns FALSE.

Remarks

To get extended error information, call GetLastError. The following list shows common error values (other status values may be returned as defined by your GET property callback implementation):