Share via


RAPIINIT (Windows CE 5.0)

Send Feedback

This structure contains information used to initialize a RAPI connection.

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

OS Versions: Windows CE 1.0 and later.
Header: Rapi.h.

See Also

RAPI Structures | CeRapiInitEx

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.