Lines Matching refs:pThis
70 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
74 void OH_Utd_Destroy(OH_Utd* pThis);
79 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
84 const char* OH_Utd_GetTypeId(OH_Utd* pThis);
89 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
94 const char* OH_Utd_GetDescription(OH_Utd* pThis);
99 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
104 const char* OH_Utd_GetReferenceUrl(OH_Utd* pThis);
109 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
114 const char* OH_Utd_GetIconFile(OH_Utd* pThis);
119 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
125 const char** OH_Utd_GetBelongingToTypes(OH_Utd* pThis, unsigned int* count);
130 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
136 const char** OH_Utd_GetFilenameExtensions(OH_Utd* pThis, unsigned int* count);
141 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
147 const char** OH_Utd_GetMimeTypes(OH_Utd* pThis, unsigned int* count);