AfxRegCreateKey

 

Creates the specified registry key.

Syntax

LONG AFXAPI AfxRegCreateKey(HKEY hKey, LPCTSTR lpSubKey, PHKEY phkResult, CAtlTransactionManager* pTM = NULL);

Parameters

  • hKey
    A handle to an open registry key.

  • lpSubKey
    The name of a key that this function opens or creates.

  • phkResult
    A pointer to a variable that receives a handle to the opened or created key.

  • pTM
    Pointer to a CAtlTransactionManager object.

Return Value

If the function succeeds, the return value is ERROR_SUCCESS. If the function fails, the return value is a nonzero error code defined in Winerror.h.

Remarks

Requirements

Header: afxpriv.h

See Also

MFC Macros and Globals