#[repr(C)]
pub struct SUBSCRIPTIONINFO {
Show 19 fields pub cbSize: u32, pub fUpdateFlags: u32, pub schedule: SUBSCRIPTIONSCHEDULE, pub customGroupCookie: GUID, pub pTrigger: *mut c_void, pub dwRecurseLevels: u32, pub fWebcrawlerFlags: u32, pub bMailNotification: BOOL, pub bGleam: BOOL, pub bChangesOnly: BOOL, pub bNeedPassword: BOOL, pub fChannelFlags: u32, pub bstrUserName: BSTR, pub bstrPassword: BSTR, pub bstrFriendlyName: BSTR, pub dwMaxSizeKB: u32, pub subType: SUBSCRIPTIONTYPE, pub fTaskFlags: u32, pub dwReserved: u32,
}
Expand description

Required features: "Win32_System_Search", "Win32_Foundation"

Fields§

§cbSize: u32§fUpdateFlags: u32§schedule: SUBSCRIPTIONSCHEDULE§customGroupCookie: GUID§pTrigger: *mut c_void§dwRecurseLevels: u32§fWebcrawlerFlags: u32§bMailNotification: BOOL§bGleam: BOOL§bChangesOnly: BOOL§bNeedPassword: BOOL§fChannelFlags: u32§bstrUserName: BSTR§bstrPassword: BSTR§bstrFriendlyName: BSTR§dwMaxSizeKB: u32§subType: SUBSCRIPTIONTYPE§fTaskFlags: u32§dwReserved: u32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.