BoxedApp SDK Help >> Functions

BoxedAppSDK_CreateVirtualRegKey

Syntax

[ C++ ]
LONG BoxedAppSDK_CreateVirtualRegKey(
	HKEY hKey,
	LPCSTR lpSubKey,
	DWORD Reserved,
	LPCSTR lpClass,
	DWORD dwOptions,
	REGSAM samDesired,
	LPSECURITY_ATTRIBUTES lpSecurityAttributes,
	PHKEY phkResult,
	LPDWORD lpdwDisposition
);

Description

Creates a virtual registry key. The parameters are the same as in standard winapi RegKeyEx function.

There are ANSI and UNICODE versions (BoxedAppSDK_CreateVirtualRegKeyA and BoxedAppSDK_CreateVirtualRegKeyW).



Copyright © 2004 - 2008 Softanics. All rights reserved.
BoxedApp is a trademark of Softanics.