RAPIINIT (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

CeRapiInitEx (RAPI)

Concepts

RAPI Structures