NTSTATUS __stdcall VfZwAlpcCreateResourceReserve(
PVOID PortHandle,
UINT64 Flags,
UINT64 MessageSize,
UINT64 *ResourceId){
unsigned int v6;
PVOID retaddr;
v6 = Flags;
if( (unsigned int)ViZwShouldCheck() )
ViZwCheckVirtualAddress((UINT64)ResourceId, retaddr);
return((__int64(__fastcall *)(PVOID, _QWORD, UINT64, UINT64 *))pXdvZwAlpcCreateResourceReserve)(
PortHandle,
v6,
MessageSize,
ResourceId);
}