Undocumented functions of NTDLL

2OO1, 27 January


LPC_SECTION_OWNER_MEMORY
LPC_SECTION_OWNER_MEMORY

typedef struct _LPC_SECTION_OWNER_MEMORY {

ULONG Length; HANDLE SectionHandle; ULONG OffsetInSection; ULONG ViewSize; PVOID ViewBase; PVOID OtherSideViewBase; } LPC_SECTION_OWNER_MEMORY, *PLPC_SECTION_OWNER_MEMORY;



This structure is used by LPC connection functions by Section Object creator side (whatever it is client of port or server). See LPC_SECTION_MEMORY for more information.
Requirements:
Library: ntdll.lib


See also:
LPC_SECTION_MEMORY
NtAcceptConnectPort
NtConnectPort
NtCreateSection
NtMapViewOfSection