C# Class CSPspEmu.Hle.Modules.registry.RegParam

Struct used to open a registry
Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
NameLength int
RegType uint
Unknown2 uint
Unknown3 uint

Property Details

NameLength public property

Length of the name
public int NameLength
return int

RegType public property

Set to 1 only for system
public uint RegType
return uint

Unknown2 public property

Unknown, set to 1
public uint Unknown2
return uint

Unknown3 public property

Unknown, set to 1
public uint Unknown3
return uint