soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
IMsgLoopFactory Interface Reference

Interface for creating message loops. More...

#include <SMsgLoop-i.h>

Inheritance diagram for IMsgLoopFactory:
IObjRef TObjRefImpl< IMsgLoopFactory >

Public Member Functions

HRESULT CreateMsgLoop (IMessageLoop **ppMsgLoop, IMessageLoop *pParentLoop=NULL) PURE
 Creates a message loop.
 
- Public Member Functions inherited from IObjRef
long AddRef () PURE
 Increases the reference count.
 
long Release () PURE
 Decreases the reference count.
 
void OnFinalRelease () PURE
 Called when the reference count reaches zero and the object is about to be released.
 

Detailed Description

Interface for creating message loops.

Definition at line 180 of file SMsgLoop-i.h.

Member Function Documentation

◆ CreateMsgLoop()

HRESULT IMsgLoopFactory::CreateMsgLoop ( IMessageLoop ** ppMsgLoop,
IMessageLoop * pParentLoop = NULL )

Creates a message loop.

Parameters
ppMsgLoopPointer to the message loop pointer.
pParentLoopPointer to the parent message loop (optional).
Returns
HRESULT

The documentation for this interface was generated from the following file: