RAPIINIT

This structure contains information used to initialize a RAPI connection.

typedef struct _RAPIINIT {
  DWORD cbSize;
  HANDLE heRapiInit;
  STDAPI 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

Smartphone Platforms: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: rapi.h
Library: rapi.lib

See Also

CeRapiInitEx

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.