RAPIINIT

This structure contains information used to initialize a RAPI connection.

At a Glance

Header file: Rapi.h
Windows CE versions: 1.0 and later

Syntax

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

See Also

CeRapiInitEx