Click here to Skip to main content
16,005,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A question about the precompiled directive ASSERT Pin
Jörgen Sigvardsson22-Jan-03 21:58
Jörgen Sigvardsson22-Jan-03 21:58 
GeneralRe: A question about the precompiled directive ASSERT Pin
George223-Jan-03 15:55
George223-Jan-03 15:55 
Generalcopy user I/O (eg creating,modifing,reading a file or folder)to a fixed hidden directory Pin
rohit.dhamija21-Jan-03 22:17
rohit.dhamija21-Jan-03 22:17 
GeneralMouse shortcuts Pin
Rage21-Jan-03 21:59
professionalRage21-Jan-03 21:59 
GeneralRe: Mouse shortcuts Pin
HENDRIK R21-Jan-03 22:14
HENDRIK R21-Jan-03 22:14 
GeneralRe: Mouse shortcuts Pin
Rage21-Jan-03 22:35
professionalRage21-Jan-03 22:35 
GeneralRe: Mouse shortcuts Pin
HENDRIK R21-Jan-03 22:49
HENDRIK R21-Jan-03 22:49 
GeneralIAS Pin
Alireza_dcg21-Jan-03 21:39
sussAlireza_dcg21-Jan-03 21:39 
Hi
I have a problem in a programming project with Visual C++
It is an extension dll for IAS (Internet Authentication Service) to
accounting and authentication dial-in users, this is a program for
using in ISPs (Internet Service Providers). IAS supports the
RADIUS (Remote Authentication Dial-In User Service) protocol.

But my problem:
In the RadiusExtensionProcessEx function when I reject the user
{
*pfAction = raReject;
}
I can add some attributes to the authentication response
{
(*pOutAttrs)[0].dwAttrType = ratReplyMessage; //=18
(*pOutAttrs)[0].fDataType = rdtString;
(*pOutAttrs)[0].cbDataLength = 24;
(*pOutAttrs)[0].lpValue = "Testing Reply Message...";
(*pOutAttrs)[1].dwAttrType = ratMinimum;
}
This specifies a message to display to the user, But if the user
is dialing form windows OS, so this message don't show to he and
windows request from the user to check and type username & password
again for three times.

My question is:
How can I send a custom reply message to windows dial-in users?
or If I cann't do that, So how can I command to their windows OS for
indicate a windows failure message?
Should I send a message with specific format?

I'm waiting for your answer...
Thank you

QuestionWhat is the function of __FILE__ and __LINE__? Pin
George221-Jan-03 21:22
George221-Jan-03 21:22 
AnswerRe: What is the function of __FILE__ and __LINE__? Pin
Rage21-Jan-03 21:33
professionalRage21-Jan-03 21:33 
GeneralRe: What is the function of __FILE__ and __LINE__? Pin
Peter Hancock21-Jan-03 21:48
Peter Hancock21-Jan-03 21:48 
GeneralRe: What is the function of __FILE__ and __LINE__? Pin
Rage21-Jan-03 21:56
professionalRage21-Jan-03 21:56 
GeneralRe: What is the function of __FILE__ and __LINE__? Pin
George221-Jan-03 22:07
George221-Jan-03 22:07 
Generalping broadcast problem.. Pin
supirsupian21-Jan-03 21:10
supirsupian21-Jan-03 21:10 
GeneralPreTranslateMessage does not handle F1 and F12 Pin
justin22321-Jan-03 20:58
justin22321-Jan-03 20:58 
GeneralRe: PreTranslateMessage does not handle F1 and F12 Pin
Joaquín M López Muñoz21-Jan-03 21:10
Joaquín M López Muñoz21-Jan-03 21:10 
GeneralRe: PreTranslateMessage does not handle F1 and F12 Pin
justin22321-Jan-03 21:20
justin22321-Jan-03 21:20 
GeneralRe: PreTranslateMessage does not handle F1 and F12 Pin
Joan M22-Jan-03 6:46
professionalJoan M22-Jan-03 6:46 
GeneralDo you know how to print ... Pin
Srijan21-Jan-03 18:12
Srijan21-Jan-03 18:12 
GeneralRe: Do you know how to print ... Pin
Roger Allen22-Jan-03 2:20
Roger Allen22-Jan-03 2:20 
GeneralC++ Operators Pin
Nilesh K.21-Jan-03 17:54
Nilesh K.21-Jan-03 17:54 
GeneralRe: C++ Operators Pin
Christian Graus21-Jan-03 18:57
protectorChristian Graus21-Jan-03 18:57 
GeneralRe: C++ Operators Pin
benjymous22-Jan-03 2:39
benjymous22-Jan-03 2:39 
GeneralRe: C++ Operators Pin
Christian Graus22-Jan-03 11:01
protectorChristian Graus22-Jan-03 11:01 
GeneralRe: C++ Operators Pin
Joel Lucsy22-Jan-03 3:04
Joel Lucsy22-Jan-03 3:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.