You are on page 1of 1

********64 bit

Private Declare PtrSafe Function SHBrowseForFolder Lib "shell32.dll" Alias


"SHBrowseForFolderA" (lpBrowseInfo As BrowseInfo) As Long

Private Declare PtrSafe Function SHGetPathFromIDList Lib "shell32.dll" (ByVal


pidList As Long, ByVal lpBuffer As String) As Long

Public Declare PtrSafe Function SendMessageA Lib "user32" (ByVal hWnd As


LongPtr, ByVal wMsg As Long, ByVal wParam As LongPtr, lParam As Any) As
LongPtr

Private Declare PtrSafe Sub CoTaskMemFree Lib "ole32.dll" (ByVal hMem As Long)

*******32 bit : bot t? kh�a "PtrSafe"

You might also like