[][src]Struct winapi::um::pdh::PDH_BROWSE_DLG_CONFIG_HA

#[repr(C)]
pub struct PDH_BROWSE_DLG_CONFIG_HA {
    pub flags: DWORD,
    pub hWndOwner: HWND,
    pub hDataSource: PDH_HLOG,
    pub szReturnPathBuffer: LPSTR,
    pub cchReturnPathLength: DWORD,
    pub pCallBack: CounterPathCallBack,
    pub dwCallBackArg: DWORD_PTR,
    pub CallBackStatus: PDH_STATUS,
    pub dwDefaultDetailLevel: DWORD,
    pub szDialogBoxCaption: LPSTR,
}

Fields

flags: DWORDhWndOwner: HWNDhDataSource: PDH_HLOGszReturnPathBuffer: LPSTRcchReturnPathLength: DWORDpCallBack: CounterPathCallBackdwCallBackArg: DWORD_PTRCallBackStatus: PDH_STATUSdwDefaultDetailLevel: DWORDszDialogBoxCaption: LPSTR

Methods

impl PDH_BROWSE_DLG_CONFIG_HA[src]

pub fn IncludeInstanceIndex(&self) -> DWORD[src]

pub fn set_IncludeInstanceIndex(&mut self, val: DWORD)[src]

pub fn SingleCounterPerAdd(&self) -> DWORD[src]

pub fn set_SingleCounterPerAdd(&mut self, val: DWORD)[src]

pub fn SingleCounterPerDialog(&self) -> DWORD[src]

pub fn set_SingleCounterPerDialog(&mut self, val: DWORD)[src]

pub fn LocalCountersOnly(&self) -> DWORD[src]

pub fn set_LocalCountersOnly(&mut self, val: DWORD)[src]

pub fn WildCardInstances(&self) -> DWORD[src]

pub fn set_WildCardInstances(&mut self, val: DWORD)[src]

pub fn HideDetailBox(&self) -> DWORD[src]

pub fn set_HideDetailBox(&mut self, val: DWORD)[src]

pub fn InitializePath(&self) -> DWORD[src]

pub fn set_InitializePath(&mut self, val: DWORD)[src]

pub fn DisableMachineSelection(&self) -> DWORD[src]

pub fn set_DisableMachineSelection(&mut self, val: DWORD)[src]

pub fn IncludeCostlyObjects(&self) -> DWORD[src]

pub fn set_IncludeCostlyObjects(&mut self, val: DWORD)[src]

pub fn ShowObjectBrowser(&self) -> DWORD[src]

pub fn set_ShowObjectBrowser(&mut self, val: DWORD)[src]

Trait Implementations

impl Copy for PDH_BROWSE_DLG_CONFIG_HA[src]

impl Clone for PDH_BROWSE_DLG_CONFIG_HA[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for PDH_BROWSE_DLG_CONFIG_HA[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]