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 "CeRegEnumValue" in [All]

rapi

.

[DllImport("rapi.dll", EntryPoint = "CeRegEnumValue")]

.

static extern uint CeRegEnumValue(uint hKey, int dwIndex, [MarshalAs(UnmanagedType.LPWStr)] string lpszValueName, ref int lpcbValueName, int lpReserved, ref int lpType, byte[] lpData, ref int lpcbData);

.

Declare Function CeRegEnumValue Lib "rapi.dll" (TODO) As TODO

.

    ret = CeRegEnumValue(key, index++, valueName,

.
Documentation
[CeRegEnumValue] on MSDN

 
Access PInvoke.net directly from VS: