Need help finding a flag

  • Thread starter Thread starter Troy Jezeski
  • Start date Start date
T

Troy Jezeski

I'm creating RAS Entries programmatically via the RAS32 API. I need to set
the "Save this user name and password for the following users:" flag to
"Anyone who uses this computer". By default it's setting this field to "Me
only". I don't see the bit flag for this field anywhere in the RASENTRY
struct. Does anyone know where I can set field this during a
RasSetEntryProperties call?


Thanks.
 
Nevermind, I found the answer myself. I was looking in the wrong struct, it
was actually the RASCM_DefaultCreds flag in the RASCREDENTIALS struct.
 
Back
Top