I read brilliant ManWrap Lib article in MSDN Mag
(http://msdn.microsoft.com/msdnmag/issues/05/04/C/default.aspx)
I'm making Internet Authenticatioin Server Extension DLL
This DLL must be only Win32 DLL and I trying to use your ManWrap Lib as my
dotnet component adapter layer
My Question is how can i deliever the C++ struct pointer parameter to my
DotNET Component
Internet Authenticaion Server calls following function
"RadiusExtensionProcess2"
I want to deliver RADIUS_EXTENSION_CONTROL_BLOCK struct pointer parameter to
my dotnet component
DWORD WINAPI RadiusExtensionProcess2(
PRADIUS_EXTENSION_CONTROL_BLOCK pECB
);
http://msdn.microsoft.com/library/en-us/ias/ias/radiusextensionprocessex.asp?fra
me=true
I thank you in advance for your help
Kapil Khosla [MSFT] - 30 Apr 2005 19:37 GMT
> I read brilliant ManWrap Lib article in MSDN Mag
> (http://msdn.microsoft.com/msdnmag/issues/05/04/C/default.aspx)
[quoted text clipped - 20 lines]
>
> I thank you in advance for your help
Check out this link.
http://msdn2.microsoft.com/library/ef4c3t39(en-us,vs.80).aspx
Thanks,
Kapil