請問哪個高手呼叫RegEnumKeyEx(ll_hKey, ll_dwIndex, ls_sName, ll_scbName, 0, ls_Class,ll_Ret, lstr_filetime)
成功過的,請幫忙指導一下,宣告如下:
FUNCTION ulong RegEnumKeyEx(ulong hKey,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環境是11.5
XP
感謝!
uj5u.com熱心網友回復:
FUNCTION ulong RegEnumKeyEx(ulong hKey,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"轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/69773.html
標籤:API 調用
