AppEvents::OnQuit event
The OnQuit event occurs when the MMC application is closed.
Syntax
Application.OnQuit( _
ByVal Application As Application _
)
Parameters
-
Application
-
The Application object being terminated.
Return value
This event does not return a value.
Examples
Private Sub g_AppMMC_OnQuit( _
ByVal Application As MMC20.Application)
MsgBox ("OnQuit Event")
End Sub
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
CLSID |
CLSID_Application is defined as 49B2791A-B1AE-4C90-9B8E-E860BA07F889 |
IID |
DIID_AppEvents is defined as FC7A4252-78AC-4532-8C5A-563CFE138863 |