Searched refs:FILE_RETURN_SUCCESS (Results 1 – 5 of 5) sorted by relevance
27 const int FILE_RETURN_SUCCESS = 0; variable43 if (retCode != FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()48 if (retCode != FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
28 const int FILE_RETURN_SUCCESS = 0; variable45 if (retCode != FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()50 if (retCode != FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
24 const int32_t FILE_RETURN_SUCCESS = 1; variable35 if (retCode < FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()
24 const int32_t FILE_RETURN_SUCCESS = 1; variable51 if (retCode < FILE_RETURN_SUCCESS) { in DoSomethingInterestingWithMyAPI()