struct _TDI_REQUEST_KERNEL_ASSOCIATE {
HANDLE AddressHandle;
} TDI_REQUEST_KERNEL_ASSOCIATE, *PTDI_REQUEST_KERNEL_ASSOCIATE;
TDI_REQUEST_KERNEL_ASSOCIATE defines a kernel-mode client associate address request using the TDI_ASSOCIATE_ADDRESS request message.
Members
AddressHandle
Specifies the handle that the client associates with a file object. The TDI driver can call ObReferenceObjectByHandle to convert this handle into a pointer to the file object, which produces a reference to the file object of the address to be associated. The driver can remove the reference by calling ObDereferenceObject.
See Also
ObDereferenceObject, ObReferenceObjectByHandle, TDI_ASSOCIATE_ADDRESS