PSPSDK 2024-12-24
Loading...
Searching...
No Matches
RegParam Struct Reference

Struct used to open a registry. More...

#include <registry/pspreg.h>

Data Fields

unsigned int regtype
 
char name [256]
 Seemingly never used, set to SYSTEM_REGISTRY.
 
unsigned int namelen
 Length of the name.
 
unsigned int unk2
 Unknown, set to 1.
 
unsigned int unk3
 Unknown, set to 1.
 

Detailed Description

Struct used to open a registry.

Field Documentation

◆ name

char RegParam::name[256]

Seemingly never used, set to SYSTEM_REGISTRY.

◆ namelen

unsigned int RegParam::namelen

Length of the name.

◆ regtype

unsigned int RegParam::regtype

◆ unk2

unsigned int RegParam::unk2

Unknown, set to 1.

◆ unk3

unsigned int RegParam::unk3

Unknown, set to 1.


The documentation for this struct was generated from the following file: