Share via


NM_VUI_*

The NM_VUI_* enumeration represents choices for verifying user information.

typedef enum NM_VUI {
  NM_VUI_CHECK  = 0,
  NM_VUI_SHOW   = 1
} NM_VUI;

Elements

  • NM_VUI_CHECK
    Whether to check current information.
  • NM_VUI_SHOW
    Whether to show current information.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Imsconf2.idl.

See Also

INmObject::VerifyUserInfo