C# 클래스 CSPspEmu.Hle.Modules.registry.RegParam

Struct used to open a registry
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NameLength int
RegType uint
Unknown2 uint
Unknown3 uint

프로퍼티 상세

NameLength 공개적으로 프로퍼티

Length of the name
public int NameLength
리턴 int

RegType 공개적으로 프로퍼티

Set to 1 only for system
public uint RegType
리턴 uint

Unknown2 공개적으로 프로퍼티

Unknown, set to 1
public uint Unknown2
리턴 uint

Unknown3 공개적으로 프로퍼티

Unknown, set to 1
public uint Unknown3
리턴 uint