Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This function releases the handle of the specified key.
Syntax
LONG NKRegCloseKey(
HKEY hKey
);
Parameters
- hKey
[in] Handle to the open key to close.
Return Value
ERROR_SUCCESS indicates success.
A nonzero error code defined in Winerror.h indicates failure.
Remarks
This function is only available for use by the OAL.
Requirements
| Header | pkfuncs.h |
| Library | Nkstub.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Other OAL Functions
NKRegCreateKeyEx
NKRegOpenKeyEx
NKRegQueryValueEx
NKRegSetValueEx