ALPC_Wait_For_New_Message class
This class is the event type class for ALPC wait for new message events.
The following syntax is simplified from MOF code.
Syntax
[EventType(36), EventTypeName("ALPC-Wait-For-New-Message")]
class ALPC_Wait_For_New_Message : ALPC
{
uint32 IsServerPort;
string PortName;
};
Members
The ALPC_Wait_For_New_Message class has these types of members:
Properties
The ALPC_Wait_For_New_Message class has these properties.
-
IsServerPort
-
-
Data type: uint32
-
Access type: Read-only
Indicates if the port is a server port.
-
-
PortName
-
-
Data type: string
-
Access type: Read-only
String that contains the name of the port on which ALPC is waiting.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |