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

Struct used to open a registry
显示文件 Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
NameLength int
RegType uint
Unknown2 uint
Unknown3 uint

Property Details

NameLength public_oe property

Length of the name
public int NameLength
return int

RegType public_oe property

Set to 1 only for system
public uint RegType
return uint

Unknown2 public_oe property

Unknown, set to 1
public uint Unknown2
return uint

Unknown3 public_oe property

Unknown, set to 1
public uint Unknown3
return uint