/* Vita Development Suite Libraries */ #ifndef _VDSUITE_COMMON_APPMGR_H #define _VDSUITE_COMMON_APPMGR_H #include_next #include #if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) extern "C" { #endif /*J 構造体 -------------------------------------------------------------------------------- */ /*E Structures ---------------------------------------------------------------------------- */ typedef struct SceAppMgrDrmAddcontParam { SceSize size; SceAppUtilDrmAddcontId dirName; SceAppUtilMountPoint mountPoint; } SceAppMgrDrmAddcontParam; /*J 関数 -------------------------------------------------------------------------------- */ /*E Functions --------------------------------------------------------------------------- */ SceInt32 sceAppMgrDrmOpen(const SceAppMgrDrmAddcontParam *pParam); SceInt32 sceAppMgrDrmClose(const SceAppMgrDrmAddcontParam *pParam); #if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) } #endif #endif // _VDSUITE_COMMON_APPMGR_H