Property | Type | Description | |
---|---|---|---|
IID_IDispatch | System.Guid | ||
IID_IUnknown | System.Guid |
Property | Type | Description | |
---|---|---|---|
m_iObjsInUse | int | ||
m_iServerLocks | int | ||
m_uiMainThreadId | uint |
Method | Description | |
---|---|---|
AttemptToTerminateServer ( ) : void | ||
InterlockedDecrementObjectsCount ( ) : int | ||
InterlockedDecrementServerLockCount ( ) : int | ||
InterlockedIncrementObjectsCount ( ) : int | ||
InterlockedIncrementServerLockCount ( ) : int |
Method | Description | |
---|---|---|
ProcessArguments ( string args ) : bool |
Method | Description | |
---|---|---|
CoInitializeEx ( |
||
CoUninitialize ( ) : void | ||
DispatchMessage ( [ lpmsg ) : |
||
GetCurrentThreadId ( ) : uint | ||
GetMessage ( MSG &lpMsg, |
||
Main ( string args ) : void | ||
PostThreadMessage ( uint idThread, uint Msg, |
||
TranslateMessage ( [ lpMsg ) : bool |
public static AttemptToTerminateServer ( ) : void | ||
return | void |
public static InterlockedDecrementObjectsCount ( ) : int | ||
return | int |
public static InterlockedDecrementServerLockCount ( ) : int | ||
return | int |
public static InterlockedIncrementObjectsCount ( ) : int | ||
return | int |
public static InterlockedIncrementServerLockCount ( ) : int | ||
return | int |
protected static ProcessArguments ( string args ) : bool | ||
args | string | |
return | bool |
public static Guid,System IID_IDispatch | ||
return | System.Guid |