Anfaengerfrage: ist das winapi oder mfc??
-
Hallo, ich bin ein absoluter Anfaenger in winapi.
Ich habe ne Frage, was ist das:BROWSEINFO bi; bi.hwndOwner = parent ? GetHwndOf(parent) : NULL; bi.pidlRoot = NULL; bi.pszDisplayName = NULL; #ifdef __WXWINCE__ bi.lpszTitle = m_message.mb_str(); #else bi.lpszTitle = m_message.c_str(); #endif bi.ulFlags = BIF_RETURNONLYFSDIRS | BIF_STATUSTEXT; bi.lpfn = BrowseCallbackProc; bi.lParam = (LPARAM)m_path.c_str(); // param for the callback
ist das winapi oder mfc???
Danke,
Mah++
-
winapi und könnte noch wxwindows dabei sein
-
Hallo,
ich bedanke mich.
Inder Tat das ist von wxwindows.
Mah++