IBindCtx::GetBindOptions
Returns the
binding options stored in this bind context.
HRESULT GetBindOptions(
BIND_OPTS
*pbindopts |
//Pointer to a structure |
); |
|
Parameter
pbindopts
[in, out]
Pointer to an initialized BIND_OPTS
Return Values
This method
supports the standard return value E_UNEXPECTED, as well as the following:
S_OK
The stored
binding options were successfully returned.
Remarks
A bind
context contains a block of parameters, stored in a BIND_OPTS
Notes to Callers
You typically
call this method if you are writing your own moniker class (this requires that
you implement the IMoniker
You must
initialize the BIND_OPTS
See Also