TrSecureDeviceCallOSService - NtDoc

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

NTSTATUS TrSecureDeviceCallOSService(
  WDFDEVICE           Device,
  LPCGUID             OSServiceGuid,
  PTR_SERVICE_REQUEST CallData,
  ULONG_PTR           *BytesWritten
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-trustedruntimeclx-trsecuredevicecallosservice)

TrSecureDeviceCallOSService function

Description

Parameters

Device

OSServiceGuid

CallData

BytesWritten

Return value

This function returns NTSTATUS.

Remarks

See also