Windows not invoking RasEap functions
Hello I've implemented all the functions needed for RasEap as described in the MSDNand installed my dll in the registry, even when i try to test any function (e.g. ERasEapInvokeConfigUI) by pressing [Configure] button nothing happensit seems that windows is not invoking my functionsi've tried the directive [APIENTRY] and once without it cause the call directives are changing the export names of the my functions...How can i debug or sniff the correct export name that windows is invoking?
extern "C" __declspec(dllexport) DWORD APIENTRY RasEapInvokeConfigUI( __in DWORD dwEapTypeId, __in HWND hwndParent, __in DWORD dwFlags, __in BYTE* pConnectionDataIn, __in DWORD dwSizeOfConnectionDataIn, __out BYTE** ppConnectionDataOut, __out DWORD* pdwSizeOfConnectionDataOut ){MessageBox(NULL,L"Test",L"Test",MB_OK);return TRUE;}
September 8th, 2008 12:26pm


