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

rapi

. .

public static extern int CeRegCreateKeyEx(

.

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeRegCreateKeyExRAPI.asp

.

    CeRegCreateKeyEx(key, "NewKey", 0, "", 0, 0, 0, out key2, out trash);

.
Documentation
[CeRegCreateKeyEx] on MSDN

coredll

.

public static extern int RegCreateKeyEx(

.

iResult = RegCreateKeyEx(HKEY_CLASSES_ROOT, strRegKeyPath, 0,

.

            int rez = RegCreateKeyEx ((uint) rrk,Path,0,String.Empty,0,0,0,ref nKey,ref nDisposition);

.
Documentation
[RegCreateKeyEx] on MSDN

advapi32

.

Private Declare Function RegCreateKeyEx Lib "advapi32.dll" Alias "RegCreateKeyExA"

.

static extern int RegCreateKeyEx(

.

    Public Function RegCreateKeyEx( _

.
Documentation
[RegCreateKeyEx] on MSDN

Structures

.
Summary
The SECURITY_ATTRIBUTES structure contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable. This structure provides security settings for objects created by various functions, such as CreateFile, CreatePipe, CreateProcess, or RegCreateKeyEx.

 
Access PInvoke.net directly from VS: