#[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: u32fUpdateFlags: u32schedule: SUBSCRIPTIONSCHEDULEcustomGroupCookie: GUIDpTrigger: *mut c_voiddwRecurseLevels: u32fWebcrawlerFlags: u32bMailNotification: BOOLbGleam: BOOLbChangesOnly: BOOLbNeedPassword: BOOLfChannelFlags: u32bstrUserName: BSTRbstrPassword: BSTRbstrFriendlyName: BSTRdwMaxSizeKB: u32subType: SUBSCRIPTIONTYPEfTaskFlags: u32dwReserved: 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.