Home > database >  For guiding the API RegEnumKeyEx calls
For guiding the API RegEnumKeyEx calls

Time:09-23

Could you tell me which player calls RegEnumKeyEx (ll_hKey ll_dwIndex, ls_sName, ll_scbName, 0, ls_Class, ll_Ret, lstr_filetime)
Success, please help me to guide the, the statement is as follows:
The FUNCTION ulong RegEnumKeyEx (ulong hkeys, ulong dwIndex, ref string lpName, ref ulong lpcbName, ref ulong lpReserved, ref string lpClass, ref ulong lpcbClass, ref str_filetime lpftLastWriteTime) LIBRARY "advapi32. DLL" ALIAS FOR "RegEnumKeyExA
"
PB environment is 11.5
XP
Thank you!

CodePudding user response:

The FUNCTION ulong RegEnumKeyEx (ulong hkeys, ulong dwIndex, ref string lpName, ref ulong lpcbName, ref ulong lpReserved, ref string lpClass, ref ulong lpcbClass, ref str_filetime lpftLastWriteTime) LIBRARY "advapi32. DLL" ALIAS FOR "RegEnumKeyExA; ANSI
"
  • Related