// trustedruntimeclx.h
//Declaration
*PFN_TRSECUREDEVICEQUERYOSSERVICE *PfnTrsecuredevicequeryosservice;
// Definition
NTSTATUS *PfnTrsecuredevicequeryosservice
(
WDFOBJECT BindContext
WDFDEVICE Device
LPCGUID OSServiceGuid
PTR_SERVICE_INFORMATION Information
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
BindContextDeviceOSServiceGuidInformationReturn STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.
//Declaration
*PFN_TRSECUREDEVICEQUERYOSSERVICE *PfnTrsecuredevicequeryosservice;
// Definition
NTSTATUS *PfnTrsecuredevicequeryosservice
(
WDFOBJECT BindContext
WDFDEVICE Device
LPCGUID OSServiceGuid
PTR_SERVICE_INFORMATION Information
)
{...}