libctru
v2.4.1
include
3ds
services
ptmsets.h
Go to the documentation of this file.
1
/**
2
* @file ptmsets.h
3
* @brief PTMSETS service.
4
*/
5
#pragma once
6
7
#include <
3ds/types.h
>
8
9
/// Initializes PTMSETS.
10
Result
ptmSetsInit
(
void
);
11
12
/// Exits PTMSETS.
13
void
ptmSetsExit
(
void
);
14
15
/**
16
* @brief Gets a pointer to the current ptm:sets session handle.
17
* @return A pointer to the current ptm:sets session handle.
18
*/
19
Handle
*
ptmSetsGetSessionHandle
(
void
);
20
21
/**
22
* @brief Sets the system time.
23
* @param msY2k The number of milliseconds since 01/01/2000.
24
*/
25
Result
PTMSETS_SetSystemTime
(
s64
msY2k);
ptmSetsInit
Result ptmSetsInit(void)
Initializes PTMSETS.
ptmSetsExit
void ptmSetsExit(void)
Exits PTMSETS.
ptmSetsGetSessionHandle
Handle * ptmSetsGetSessionHandle(void)
Gets a pointer to the current ptm:sets session handle.
PTMSETS_SetSystemTime
Result PTMSETS_SetSystemTime(s64 msY2k)
Sets the system time.
types.h
Various system types.
s64
int64_t s64
64-bit signed integer
Definition:
types.h:29
Handle
u32 Handle
Resource handle.
Definition:
types.h:41
Result
s32 Result
Function result.
Definition:
types.h:42
Generated by
1.9.1