pub type FSP_LAUNCH_REG_RECORD = _FSP_LAUNCH_REG_RECORD;
Expand description

Service registry record.

Aliased Type§

struct FSP_LAUNCH_REG_RECORD {
Show 15 fields pub Agent: *mut u16, pub Executable: *mut u16, pub CommandLine: *mut u16, pub WorkDirectory: *mut u16, pub RunAs: *mut u16, pub Security: *mut u16, pub AuthPackage: *mut u16, pub Stderr: *mut u16, pub Reserved0: [*mut c_void; 4], pub JobControl: u32, pub Credentials: u32, pub AuthPackageId: u32, pub Recovery: u32, pub Reserved1: [u32; 4], pub Buffer: __IncompleteArrayField<u8>,
}

Fields§

§Agent: *mut u16§Executable: *mut u16§CommandLine: *mut u16§WorkDirectory: *mut u16§RunAs: *mut u16§Security: *mut u16§AuthPackage: *mut u16§Stderr: *mut u16§Reserved0: [*mut c_void; 4]§JobControl: u32§Credentials: u32§AuthPackageId: u32§Recovery: u32§Reserved1: [u32; 4]§Buffer: __IncompleteArrayField<u8>

Trait Implementations§

source§

impl Debug for _FSP_LAUNCH_REG_RECORD

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _FSP_LAUNCH_REG_RECORD

source§

fn default() -> Self

Returns the “default value” for a type. Read more