Home
last modified time | relevance | path

Searched refs:wSizeOfContext (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/fltlib/
H A Dmessage.c27 _In_reads_bytes_opt_(wSizeOfContext) LPCVOID lpContext, in FilterConnectCommunicationPort()
28 _In_ WORD wSizeOfContext, in FilterConnectCommunicationPort() argument
47 if (lpContext && wSizeOfContext == 0) in FilterConnectCommunicationPort()
56 BufferSize = sizeof(FILTER_PORT_DATA) + PortNameSize + wSizeOfContext; in FilterConnectCommunicationPort()
79 RtlCopyMemory(PortData->Context, lpContext, wSizeOfContext); in FilterConnectCommunicationPort()
/reactos/sdk/include/ddk/
H A Dfltuser.h251 _In_reads_bytes_opt_(wSizeOfContext) LPCVOID lpContext,
252 _In_ WORD wSizeOfContext,