공부/컴퓨터

[MFC] 바탕화면 경로 얻어 오기

2004. 7. 27. 20:47
반응형
TCHAR Path[MAX_PATH];

SHGetSpecialFolderPath(NULL, Path, CSIDL_DESKTOP, FALSE);
반응형