This topic has not yet been rated - Rate this topic

MSV1_0_PROFILE_BUFFER_TYPE enumeration

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_TYPE, *PMSV1_0_PROFILE_BUFFER_TYPE;

Constants

MsV1_0InteractiveProfile

The profile describes an interactive logon session.

MsV1_0Lm20LogonProfile

The profile describes a network logon session.

MsV1_0SmartCardProfile

The profile describes a smart card logon session.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Ntsecapi.h

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.