EssCreateLocalContext() creates a local API context for use in local API operations.
ESS_FUNC_M EssCreateLocalContext (hInstance, UserName, Password, phLocalCtx);
ESS_HINST_T | hInstance; |
ESS_STR_T | UserName; |
ESS_STR_T | Password; |
ESS_PHCTX_T | phLocalCtx; |
hInstance | Essbase API instance handle. |
UserName | Currently not used - should be NULL. |
Password | Currently not used - should be NULL. |
phLocalCtx | Address of variable to receive Essbase local context handle. |
If successful, a valid local context handle is returned in phLocalCtx.
This function requires no special privileges.
See the example of EssGetLocalPath().
EssDeleteLocalContext()