vitasdk
Documentation of the vitasdk

Exports for User. More...

Data Structures

struct  ScePhotoReviewDialogParam
 
struct  ScePhotoReviewDialogResult
 

Functions

 VITASDK_BUILD_ASSERT_EQ (0x47C, ScePhotoReviewDialogParam)
 
 VITASDK_BUILD_ASSERT_EQ (0x24, ScePhotoReviewDialogResult)
 
int scePhotoReviewDialogInit (ScePhotoReviewDialogParam *param)
 
int scePhotoReviewDialogTerm (void)
 
int scePhotoReviewDialogGetResult (ScePhotoReviewDialogResult *result)
 
int scePhotoReviewDialogGetStatus (void)
 
int scePhotoReviewDialogAbort (void)
 

Variables

SceUInt32 ScePhotoReviewDialogParam::sdkVersion
 
SceCommonDialogParam ScePhotoReviewDialogParam::commonParam
 
SceUInt32 ScePhotoReviewDialogParam::unk_0x50
 
SceUInt8 ScePhotoReviewDialogParam::path [0x400]
 
void * ScePhotoReviewDialogParam::internal_memory
 
SceSize ScePhotoReviewDialogParam::internal_memory_size
 
SceUInt8 ScePhotoReviewDialogParam::unk_0x454 [0x20]
 
SceInt32 ScePhotoReviewDialogResult::result
 
SceInt32 ScePhotoReviewDialogResult::unk_0x04
 
SceChar8 ScePhotoReviewDialogResult::reserved [0x1C]
 

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceCommonDialog_stub




Data Structure Documentation

◆ ScePhotoReviewDialogParam

struct ScePhotoReviewDialogParam
Data Fields
SceUInt32 sdkVersion
SceCommonDialogParam commonParam
SceUInt32 unk_0x50
SceUInt8 path[0x400]
void * internal_memory
SceSize internal_memory_size
SceUInt8 unk_0x454[0x20]

◆ ScePhotoReviewDialogResult

struct ScePhotoReviewDialogResult
Data Fields
SceInt32 result
SceInt32 unk_0x04
SceChar8 reserved[0x1C]

Function Documentation

◆ VITASDK_BUILD_ASSERT_EQ() [1/2]

VITASDK_BUILD_ASSERT_EQ ( 0x47C  ,
ScePhotoReviewDialogParam   
)

◆ VITASDK_BUILD_ASSERT_EQ() [2/2]

VITASDK_BUILD_ASSERT_EQ ( 0x24  ,
ScePhotoReviewDialogResult   
)

◆ scePhotoReviewDialogInit()

int scePhotoReviewDialogInit ( ScePhotoReviewDialogParam param)

◆ scePhotoReviewDialogTerm()

int scePhotoReviewDialogTerm ( void  )

◆ scePhotoReviewDialogGetResult()

int scePhotoReviewDialogGetResult ( ScePhotoReviewDialogResult result)

◆ scePhotoReviewDialogGetStatus()

int scePhotoReviewDialogGetStatus ( void  )

◆ scePhotoReviewDialogAbort()

int scePhotoReviewDialogAbort ( void  )

Variable Documentation

◆ sdkVersion

SceUInt32 ScePhotoReviewDialogParam::sdkVersion

◆ commonParam

SceCommonDialogParam ScePhotoReviewDialogParam::commonParam

◆ unk_0x50

SceUInt32 ScePhotoReviewDialogParam::unk_0x50

◆ path

SceUInt8 ScePhotoReviewDialogParam::path[0x400]

◆ internal_memory

void* ScePhotoReviewDialogParam::internal_memory

◆ internal_memory_size

SceSize ScePhotoReviewDialogParam::internal_memory_size

◆ unk_0x454

SceUInt8 ScePhotoReviewDialogParam::unk_0x454[0x20]

◆ result

SceInt32 ScePhotoReviewDialogResult::result

◆ unk_0x04

SceInt32 ScePhotoReviewDialogResult::unk_0x04

◆ reserved

SceChar8 ScePhotoReviewDialogResult::reserved[0x1C]