Struct win_sys::FileSystem::SHARE_INFO_502 [−][src]
#[repr(C)]pub struct SHARE_INFO_502 {
pub shi502_netname: PWSTR,
pub shi502_type: SHARE_TYPE,
pub shi502_remark: PWSTR,
pub shi502_permissions: SHARE_INFO_PERMISSIONS,
pub shi502_max_uses: u32,
pub shi502_current_uses: u32,
pub shi502_path: PWSTR,
pub shi502_passwd: PWSTR,
pub shi502_reserved: u32,
pub shi502_security_descriptor: *mut SECURITY_DESCRIPTOR,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security
Fields
shi502_netname: PWSTRshi502_type: SHARE_TYPEshi502_remark: PWSTRshi502_permissions: SHARE_INFO_PERMISSIONSshi502_max_uses: u32shi502_current_uses: u32shi502_path: PWSTRshi502_passwd: PWSTRshi502_reserved: u32shi502_security_descriptor: *mut SECURITY_DESCRIPTORTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SHARE_INFO_502
impl !Send for SHARE_INFO_502
impl !Sync for SHARE_INFO_502
impl Unpin for SHARE_INFO_502
impl UnwindSafe for SHARE_INFO_502
Blanket Implementations
Mutably borrows from an owned value. Read more