RAPIINIT
A version of this page is also available for
4/8/2010
This structure contains information used to initialize a RAPI connection.
Syntax
typedef struct _RAPIINIT {
DWORD cbSize;
HANDLE heRapiInit;
HRESULT hrRapiInit;
} RAPIINIT;
Members
- cbSize
Specifies the size of the RAPIINIT structure being passed in.
- heRapiInit
Specifies a handle to an event. The event is set when the RAPI connection is made or an error occurs.
- hrRapiInit
Specifies the results, success or failure, of the RAPI connection.
Requirements
Header | rapitypes.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |