Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
//Declaration
EVT_TR_CREATE_SECURE_DEVICE_CONTEXT EvtTrCreateSecureDeviceContext;
// Definition
NTSTATUS EvtTrCreateSecureDeviceContext
(
WDFDEVICE ServiceDevice
)
{...}
Parameters
ServiceDevice
Return value
Return STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.
Requirements
| Requirement | Value |
|---|---|
| Header | trustedruntimeclx.h |