I think I just need to figure out:
HMODULE minilib = LoadLibraryW(L"WinampMiniMagic.dll");
(GETCURRENTPLAYLISTFILE)GetProcAddress(minilib, "GetCurrentPlaylistFile");
typedef wchar_t *(*GETCURRENTPLAYLISTFILE)(void);
But that's where I get stuck. I'm not really sure what to do with them.
|