Searched refs:SHGetSpecialFolderPathA (Results 1 – 2 of 2) sorted by relevance
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 40 BOOL WINAPI SHGetSpecialFolderPathA(HWND,LPSTR,int,BOOL); 236 #define SHGetSpecialFolderPathA _dbus_wince_SHGetSpecialFolderPathA macro 237 BOOL SHGetSpecialFolderPathA(HWND,LPSTR,int,BOOL);
|
D | dbus-sysdeps-wince-glue.c | 271 SHGetSpecialFolderPathA (0, dir, CSIDL_PERSONAL, 0); in find_my_documents_folder() 1126 SHGetSpecialFolderPathA (HWND hwndOwner, LPSTR lpszPath, int nFolder, in SHGetSpecialFolderPathA() function
|