3.1.4.6.1 SupportsMultipleBitness (Opnum 3)
This method is called by a client to perform capability negotiation for the Multiple-Bitness Capability (section 3.1.4.4).
-
HRESULT SupportsMultipleBitness( [out] BOOL* pbSupportsMultipleBitness );
pbSupportsMultipleBitness: A pointer to a value that, upon successful completion, indicates whether the server supports the multiple-bitness capability.
Return Values: This method MUST return S_OK (0x00000000) on success and a failure result, as specified in [MS-ERREF] section 2.1, on failure. All failure results MUST be treated identically.
Upon receiving a call to this method, the server MUST attempt to set the value referenced by pbSupportsMultipleBitness to indicate whether it supports the multiple-bitness capability, and fail the call if it cannot set the value.