RPC_STATUS

typedef long RPC_STATUS;  // Win32 definition
typedef unsigned short RPC_STATUS;  //
MS-DOS, Win16 definition

Remarks

The type RPC_STATUS represents a platform-specific status code type. The RPC_STATUS type is returned by most RPC functions and is part of the RPC_OBJECT_INQ_FN function type definition.

See Also

RPC_OBJECT_INQ_FN