Overview | Namespace | Class | Index | Help |
void * * | ppCurrentContext, |
rtl_uString * | pEnvTypeName, |
void * | pEnvContext ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Gets the current task's context.
Don't spread the returned interface around to other threads. Every thread has its own current context.
ppCurrentContext | inout param current context of type com.sun.star.uno.XCurrentContext |
pEnvTypeName | type name of returned interface's environment |
pEnvContext | context of returned interface's environment (commonly 0) |
true, if context ref was transferred (even if null ref)
void * | pCurrentContext, |
rtl_uString * | pEnvTypeName, |
void * | pEnvContext ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Sets the current task's context.
pCurrentContext | in param current context of type com.sun.star.uno.XCurrentContext |
pEnvTypeName | type name of interface's environment |
pEnvContext | context of interface's environment (commonly 0) |
true, if context ref was transferred (even if null ref)
Copyright © 2003 Sun Microsystems, Inc.