#include "precomp.h"
Go to the source code of this file.
|
TDI_STATUS | InfoTransportLayerTdiQueryEx (UINT InfoClass, UINT InfoType, UINT InfoId, PVOID Context, TDIEntityID *id, PNDIS_BUFFER Buffer, PUINT BufferSize) |
|
TDI_STATUS | InfoTransportLayerTdiSetEx (UINT InfoClass, UINT InfoType, UINT InfoId, PVOID Context, TDIEntityID *id, PCHAR Buffer, UINT BufferSize) |
|
◆ InfoTransportLayerTdiQueryEx()
Definition at line 13 of file tinfo.c.
19 {
25 }
26
28}
TDI_STATUS InfoCopyOut(PCHAR DataOut, UINT SizeOut, PNDIS_BUFFER ClientBuf, PUINT ClientBufSize)
#define INFO_CLASS_GENERIC
#define INFO_TYPE_PROVIDER
#define TDI_INVALID_REQUEST
_In_ WDFMEMORY _Out_opt_ size_t * BufferSize
◆ InfoTransportLayerTdiSetEx()