typedef long RPC_STATUS; // Win32 definition
typedef unsigned short RPC_STATUS; // MS-DOS, Win16 definition
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.