RpcBindingInqOption function
RPC client processes use RpcBindingInqOption to determine current values of the binding options for a given binding handle.
Syntax
RPC_STATUS RPC_ENTRY RpcBindingInqOption( RPC_BINDING_HANDLE hBinding, unsigned long Option, unsigned long *pOptionValue );
Parameters
- hBinding
-
Server binding about which to determine binding-option values.
- Option
-
Binding handle property to inquire about.
- pOptionValue
-
Memory location to place the value for the specified Option
Note For a list of binding options and their possible values, see Binding Option Constants.
Return value
| Value | Meaning |
|---|---|
|
The call succeeded. |
|
The function is not supported for either the operating system or the transport. |
Remarks
Client processes call RpcBindingInqOption to determine the current settings of the binding handle options. To inquire about authentication settings clients call the RpcBindingInqAuthClient function. .
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also