Desktop Functions: Smart Device Functions:
|
Search Results for "RAPIINIT" in [All]Structures1: RAPIINIT
public struct RAPIINIT
[FieldOffset(4)] public System.IntPtr heRapiInit;
[FieldOffset(8)] public int hrRapiInit;
Private Structure RAPIINIT
Public heRapiInit As Integer
Public hrRapiInit As Integer rapi2: CeRapiInit
public static extern void CeRapiInitEx(ref RAPIINIT pRapiInit);
public struct RAPIINIT
public IntPtr heRapiInit;
public UInt32 hrRapiInit;
RAPIINIT r = new RAPIINIT();
CeRapiInitEx(ref r);
//r.hrRapiInit==0 indicates success 3: CeRapiInitEx
|