IComApp2Events::OnAppPaused2 method (comsvcs.h)
Generated when the server application is paused or resumed to its initial state.
Syntax
HRESULT OnAppPaused2(
[in] COMSVCSEVENTINFO *pInfo,
[in] GUID guidApp,
[in] BOOL bPaused
);
Parameters
[in] pInfo
A pointer to a COMSVCSEVENTINFO structure.
[in] guidApp
The GUID of the application.
[in] bPaused
TRUE if the server application is paused. FALSE if the application has resumed to its original state.
Return value
The user verifies the return values from this method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | comsvcs.h |