Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RAPIINIT" in [All]

Structures

.

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

.
Documentation
[RAPIINIT] on MSDN

rapi

.

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

.
Documentation
[CeRapiInitEx] on MSDN
. .

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 succes

.
Documentation
[CeRapiInitEx] on MSDN

 
Access PInvoke.net directly from VS: