3.3.4.7 S_DSIsServerGC (Opnum 6)

This method returns a value that indicates if that server is a Global Catalog Server.

 long S_DSIsServerGC(
   [in] handle_t hBind
 );

hBind:  MUST specify an RPC binding handle, as specified in [MS-RPCE] section 2.

Return Values:  This method returns TRUE (0x00000001) if the Directory Service server is also a Global Catalog Server; otherwise, it returns FALSE (0x00000000).

TRUE (0x00000001)

FALSE (0x00000000)

Exceptions Thrown: No exceptions are thrown beyond those thrown by the underlying RPC extension protocol, as specified in [MS-RPCE].