bstr_context_get_default(3) — Subroutines
Name
bstr_context_get_default − Gets the default context search path.
Syntax
bstr_t_status bstr_context_get_default (
bstr_t_fullname name );
Description
The bstr_context_get_default procedure returns the full name of the Domain specified in the context search path.
Arguments
name
access: write
Returns the full name of the Domain contained in the context search path.
Return Values
| BSTR_S_COM_PC_SIZE_MISMATCH | Number of bytes requested does not match the number of bytes returned |
| BSTR_S_NORMAL | Normal successful completion |
See Also
| bstr_context_set_default | # |