I'm having a problem with this, I'm getting several errors and I think it's because I'm not using the right libs, or maybe I'm just stupid... Mind taking a looking and giving me some feedback?
1 2 3 4 5 6 7 8
#include <windows.h>
int main()
{
OPENASINFO Info = { 0 };
Info.oaifInFlags = OAIF_EXEC | OAIF_ALLOW_REGISTRATION;
SHOpenWithDialog(NULL, &Info);
}