Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows Vista.
The get_EasMessage method retrieves an EAS message.
Syntax
HRESULT get_EasMessage(
[in] ULONG ulEventID,
[in, out] IUnknown **ppEASObject
);
Parameters
ulEventID [in]
Specifies the event ID of the EAS message.ppEASObject [in, out]
Pointer to a pointer variable that receives a pointer to the IUnknown interface of the EAS object. The caller can query this object for its ISCTE_EAS interface.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method retrieves a counted reference to an IUnknown interface instance. The caller is responsible for releasing the interface when it is no longer required.
Requirements
Header | Declared in Bdaiface.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008