// trustedruntimeclx.h
//Declaration
EVT_TR_DESTROY_SECURE_SERVICE_SESSION_CONTEXT EvtTrDestroySecureServiceSessionContext;
// Definition
NTSTATUS EvtTrDestroySecureServiceSessionContext
(
WDFDEVICE ServiceDevice
WDFOBJECT * SessionContextObject
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
ServiceDeviceSessionContextObjectReturn STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.
//Declaration
EVT_TR_DESTROY_SECURE_SERVICE_SESSION_CONTEXT EvtTrDestroySecureServiceSessionContext;
// Definition
NTSTATUS EvtTrDestroySecureServiceSessionContext
(
WDFDEVICE ServiceDevice
WDFOBJECT * SessionContextObject
)
{...}