ras "error 632"
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi there i have a big problem with RasSetEntryProperties() function i fill the RASENTRY obj correctly but it returns error 632 (means : structure size incorrect) I searched all the the web but nothing found :( any idea please :(( I append the cope here : rasEntry.dwSize = sizeof (RASENTRY); ras_result= rasObj.RasSetEntryProperties (NULL, strName, &rasEntry,sizeof(RASENTRY), NULL, NULL) ; if (ras_result) { TRACE ("RasSetEntryProperties failed %s\n", strName); return FALSE; }