Searched refs:nAppType (Results 1 – 1 of 1) sorted by relevance
366 ULONG nAppType, nOwnAppType; in osl_psz_executeProcess() local382 rc = DosQueryAppType( (PCSZ) pszImageName, &nAppType ); in osl_psz_executeProcess()431 if( ((nAppType & 0x00000007) == (nOwnAppType & 0x00000007)) in osl_psz_executeProcess()585 if(nAppType & 0x00000007) in osl_psz_executeProcess()
Completed in 13 milliseconds