Searched refs:SOT_FORMATSTR_ID_USER_END (Results 1 – 2 of 2) sorted by relevance
249 nMax = SOT_FORMATSTR_ID_USER_END; in RegisterFormatName()262 return i + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatName()286 nMax = SOT_FORMATSTR_ID_USER_END; in RegisterFormatMimeType()297 return i + SOT_FORMATSTR_ID_USER_END + 1; in RegisterFormatMimeType()342 if( SOT_FORMATSTR_ID_USER_END >= nFormat ) in GetFormatDataFlavor()355 nFormat -= SOT_FORMATSTR_ID_USER_END + 1; in GetFormatDataFlavor()383 if( SOT_FORMATSTR_ID_USER_END >= nFormat ) in GetFormatMimeType()389 nFormat -= SOT_FORMATSTR_ID_USER_END + 1; in GetFormatMimeType()417 nMax = SOT_FORMATSTR_ID_USER_END; in GetFormatIdFromMimeType()431 return i + SOT_FORMATSTR_ID_USER_END + 1; in GetFormatIdFromMimeType()[all …]
185 #define SOT_FORMATSTR_ID_USER_END SOT_FORMATSTR_ID_PNG macro
Completed in 14 milliseconds