KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
nmmgr_handler_t Struct Reference

Name handler interface. More...

#include <kos/nmmgr.h>

Public Member Functions

 LIST_ENTRY (nmmgr_handler) list_ent
 

Data Fields

char pathname [NAME_MAX]
 
int pid
 
uint32 version
 
uint32 flags
 
uint32 type
 

Detailed Description

Name handler interface.

Every name handler must begin its information structures with this header. If the handler conforms to some well-defined interface (such as a VFS), then the struct must more specifically be of that type.

Member Function Documentation

◆ LIST_ENTRY()

nmmgr_handler_t::LIST_ENTRY ( nmmgr_handler )

Field Documentation

◆ flags

uint32 nmmgr_handler_t::flags

◆ pathname

char nmmgr_handler_t::pathname[NAME_MAX]

◆ pid

int nmmgr_handler_t::pid

◆ type

uint32 nmmgr_handler_t::type

◆ version

uint32 nmmgr_handler_t::version

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