libctru v2.5.0
Loading...
Searching...
No Matches
ptmgets.h
Go to the documentation of this file.
1/**
2 * @file ptmgets.h
3 * @brief PTMGETS service.
4 */
5#pragma once
6
7#include <3ds/types.h>
8
9/// Initializes PTMGETS.
11
12/// Exits PTMGETS.
13void ptmGetsExit(void);
14
15/**
16 * @brief Gets a pointer to the current ptm:gets session handle.
17 * @return A pointer to the current ptm:gets session handle.
18 */
20
21/**
22 * @brief Gets the system time.
23 * @param[out] outMsY2k The pointer to write the number of milliseconds since 01/01/2000 to.
24 */
Result ptmGetsInit(void)
Initializes PTMGETS.
Result PTMGETS_GetSystemTime(s64 *outMsY2k)
Gets the system time.
void ptmGetsExit(void)
Exits PTMGETS.
Handle * ptmGetsGetSessionHandle(void)
Gets a pointer to the current ptm:gets session handle.
Various system types.
int64_t s64
64-bit signed integer
Definition types.h:29
u32 Handle
Resource handle.
Definition types.h:41
s32 Result
Function result.
Definition types.h:42