MCPcopy Create free account
hub / github.com/devkitPro/libctru / IPC_Desc_CurProcessId

Function IPC_Desc_CurProcessId

libctru/include/3ds/ipc.h:68–71  ·  view source on GitHub ↗

* @brief Returns the code to ask the kernel to fill the handle with the current process ID. * @return The code to request the current process ID. * * The next value is a placeholder that will be replaced by the current process ID by the kernel. */

Source from the content-addressed store, hash-verified

66 * The next value is a placeholder that will be replaced by the current process ID by the kernel.
67 */
68static inline u32 IPC_Desc_CurProcessId(void)
69{
70 return 0x20;
71}
72
73static inline CTR_DEPRECATED u32 IPC_Desc_CurProcessHandle(void)
74{

Callers 15

srvRegisterClientFunction · 0.85
PMAPP_PrepareForRebootFunction · 0.85
NDMU_EnterExclusiveStateFunction · 0.85
NDMU_LeaveExclusiveStateFunction · 0.85
NDMU_LockStateFunction · 0.85
NDMU_UnlockStateFunction · 0.85
ACT_InitializeFunction · 0.85
APT_GetProgramIDFunction · 0.85
NEWS_AddNotificationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected