I_RpcMapWin32Status function

Maps a Microsoft Win32 remote procedure call (RPC) status code into a Windows NT RPC status code.

Syntax

long RPC_ENTRY I_RpcMapWin32Status(
  _In_ RPC_STATUS Status
);

Parameters

  • Status [in]
    The Win32 RPC status code to map.

Return value

The Windows NT RPC status code that corresponds to the Win32 RPC status code.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Rpcdcep.h (include Rpc.h)

Library

Rpcrt4.lib

DLL

Rpcrt4.dll

See also

RPC_STATUS