#ifndef _NTIOAPI_H
/**
* The MOUNTMGR_SET_AUTO_MOUNT structure is used to set the auto-mount setting.
*/
typedef struct _MOUNTMGR_SET_AUTO_MOUNT
{
MOUNTMGR_AUTO_MOUNT_STATE NewState;
} MOUNTMGR_SET_AUTO_MOUNT, *PMOUNTMGR_SET_AUTO_MOUNT;
View code on GitHubNo description available.