AfxRegDeleteKey

Deletes the specified registry key.

LONG AFXAPI AfxRegDeleteKey(HKEY hKey, LPCTSTR lpSubKey, CAtlTransactionManager* pTM = NULL);

Parameters

  • hKey
    A handle to an open registry key.

  • lpSubKey
    The name of the key to be deleted.

  • 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.

Requirements

Header: afxpriv.h

See Also

Concepts

MFC Macros and Globals