vitasdk
Documentation of the vitasdk
mgr.h
Go to the documentation of this file.
1
7
#ifndef _PSP2_NP_MGR_H_
8
#define _PSP2_NP_MGR_H_
9
10
11
#include <
vitasdk/build_utils.h
>
12
#include <
psp2/np/common.h
>
13
#include <
psp2/types.h
>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
int
sceNpInit
(
const
SceNpCommunicationConfig
*config,
SceNpOptParam
*opt);
20
void
sceNpTerm
();
21
int
sceNpManagerGetNpId
(
SceNpId
*np_id);
22
int
sceNpManagerGetAccountRegion
(
SceNpCountryCode
*country_code,
int
*language_code);
23
24
25
#ifdef __cplusplus
26
}
27
#endif
28
29
#endif
/* _PSP2_NP_MGR_H_ */
build_utils.h
common.h
sceNpManagerGetNpId
int sceNpManagerGetNpId(SceNpId *np_id)
sceNpInit
int sceNpInit(const SceNpCommunicationConfig *config, SceNpOptParam *opt)
sceNpManagerGetAccountRegion
int sceNpManagerGetAccountRegion(SceNpCountryCode *country_code, int *language_code)
sceNpTerm
void sceNpTerm()
SceNpCommunicationConfig
Definition
common.h:35
SceNpCountryCode
Definition
common.h:60
SceNpId
Definition
common.h:53
SceNpOptParam
Definition
common.h:42
types.h
include
psp2
np
mgr.h
Vita SDK