My Project
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
srv.h
Go to the documentation of this file.
1
#pragma once
2
3
Result
srvInit
();
4
Result
srvExit
();
5
Result
srvRegisterClient
();
6
Result
srvGetServiceHandle
(
Handle
* out,
const
char
* name);
7
8
Result
srvPmInit
();
9
Result
srvRegisterProcess
(
u32
procid,
u32
count,
void
*serviceaccesscontrol);
10
Result
srvUnregisterProcess
(
u32
procid);
Result
s32 Result
Definition:
types.h:42
srvUnregisterProcess
Result srvUnregisterProcess(u32 procid)
Definition:
srv.c:166
srvExit
Result srvExit()
Definition:
srv.c:87
srvGetServiceHandle
Result srvGetServiceHandle(Handle *out, const char *name)
Definition:
srv.c:109
Handle
u32 Handle
Definition:
types.h:41
srvRegisterProcess
Result srvRegisterProcess(u32 procid, u32 count, void *serviceaccesscontrol)
Definition:
srv.c:149
srvRegisterClient
Result srvRegisterClient()
Definition:
srv.c:95
u32
uint32_t u32
Definition:
types.h:23
srvPmInit
Result srvPmInit()
Definition:
srv.c:135
srvInit
Result srvInit()
Definition:
srv.c:73
include
3ds
srv.h
Generated on Mon Nov 24 2014 23:37:58 for My Project by
1.8.8