Struct windows_sys::Win32::Graphics::DirectDraw::PROCESS_LIST
[−]#[repr(C)]pub struct PROCESS_LIST {
pub lpLink: *mut PROCESS_LIST,
pub dwProcessId: u32,
pub dwRefCnt: u32,
pub dwAlphaDepth: u32,
pub dwZDepth: u32,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
lpLink: *mut PROCESS_LISTdwProcessId: u32dwRefCnt: u32dwAlphaDepth: u32dwZDepth: u32