Dear all hello…
I want to know all user to be registered in the system…on the Driver
But I don`t know…How about…that?
Does not the function to do the facility like the Win32 API`s
NetEnumUser() exist?
How know all user to be registered in the system…???
It’s not a meaningful question.
The logon providers map users to SIDs. There is no central list of valid
SIDs. There can be accounts in a local database, in a local NT domain,
in a remote NT domain, in the AD, in a Netware directory, or anywhere
else that has a provider registered. There’s no rule that all SIDs are
pre-defined: you could have a scheme where any X.509 certificate or
smart card signed with some trusted key would map to a SID.
Use Win32’s NetUserEnum 
What is the need of doing this in the driver?
Max
----- Original Message -----
From: “Kim DJ”
To: “NT Developers Interest List”
Sent: Saturday, March 29, 2003 3:39 AM
Subject: [ntdev] I want to know all user to be registered in the
system…
> Dear all hello…
>
> I want to know all user to be registered in the system…on the
Driver
>
> But I dont know....How about...that?<br>><br>> Does not the function to do the facility like the Win32 API
s
> NetEnumUser() exist?
>
> How know all user to be registered in the system…???
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to
xxxxx@lists.osr.com
>