Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MSV1_0_PROFILE_BUFFER_TYPE enumeration lists the kind of logon profile returned.
Syntax
typedef enum _MSV1_0_PROFILE_BUFFER_TYPE {
MsV1_0InteractiveProfile = 2,
MsV1_0Lm20LogonProfile,
MsV1_0SmartCardProfile
} MSV1_0_PROFILE_BUFFER_TYPE, *PMSV1_0_PROFILE_BUFFER_TYPE;
Constants
MsV1_0InteractiveProfileValue: 2 The profile describes an interactive logon session. |
MsV1_0Lm20LogonProfileThe profile describes a network logon session. |
MsV1_0SmartCardProfileThe profile describes a smart card logon session. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | ntsecapi.h |