fInitCheck
status_t fInitCheck;
status_t fInitCheck;
fInitCheck = status;
fInitCheck = B_OK;
fInitCheck = InitWindow();
if (fInitCheck != B_OK) {
if (fInitCheck == B_NAME_NOT_FOUND)
fInitCheck);
fInitCheck);
return fInitCheck;
status_t fInitCheck;
fInitCheck(B_NO_INIT),
return fInitCheck;
fInitCheck = status;
fInitCheck = ReadFromResource(*appOrAddOnRef);
fInitCheck = B_OK;
: fInitCheck(false),
fInitCheck = false;
fInitCheck = true;
return fInitCheck;
bool fInitCheck;
fInitCheck(B_NO_INIT),
fInitCheck(B_NO_INIT),
fInitCheck = (status_t)id;
return fInitCheck;
fInitCheck = status;
fInitCheck = B_NO_MEMORY;
fInitCheck = status;
fInitCheck = B_OK;
fInitCheck(B_OK),
return fInitCheck;
fInitCheck = _InitMedia(true);
if (fInitCheck != B_OK)
status_t fInitCheck;
if (fInitCheck != B_OK)
return fInitCheck;
fInitCheck(B_ERROR),
fInitCheck = fPlayFile->InitCheck();
if (fInitCheck != B_OK)
fInitCheck = B_BAD_VALUE;
fInitCheck = fSoundPlayer->InitCheck();
status_t fInitCheck;
fInitCheck(B_NO_INIT),
return fInitCheck;
fInitCheck = B_OK;
fInitCheck = B_NOT_SUPPORTED;
language, strerror(fInitCheck));
fInitCheck = ReadFromResource(*appOrAddOnRef);
fInitCheck = B_OK;
fInitCheck = B_NOT_SUPPORTED;
language, strerror(fInitCheck));