bstr_context_set_default(3) — Subroutines
Name
bstr_context_set_default − Sets the default context.
Syntax
bstr_t_status bstr_context_set_default (
bstr_t_fullname name);
Description
The bstr_context_set_default procedure sets the default context with the search path specified by name. The full name of any object is obtained by appending its relative name to the context search path.
Arguments
name
access: read
The full name of the Domain to be set as context search path. If name is set to NULL, the context search path is empty, that is, only full names can be specified.
Return Values
| BSTR_S_BAD_PARAMETER | Bad parameter value |
| BSTR_S_COM_PC_SIZE_MISMATCH | Number of bytes requested does not match the number of bytes returned |
| BSTR_S_INVALID_NAME | Invalid name |
| BSTR_S_NORMAL | Normal successful completion |
See Also
| bstr_context_get_default | # |