Searched refs:unsupportedFlags (Results 1 – 2 of 2) sorted by relevance
417 static const DWORD unsupportedFlags = CERT_NAME_STR_NO_QUOTING_FLAG | in CertNameToStrA() local430 if (dwStrType & unsupportedFlags) in CertNameToStrA()431 FIXME("unsupported flags: %08x\n", dwStrType & unsupportedFlags); in CertNameToStrA()579 static const DWORD unsupportedFlags = CERT_NAME_STR_NO_QUOTING_FLAG | in cert_name_to_str_with_indent() local590 if (dwStrType & unsupportedFlags) in cert_name_to_str_with_indent()591 FIXME("unsupported flags: %08x\n", dwStrType & unsupportedFlags); in cert_name_to_str_with_indent()
1935 static const DWORD unsupportedFlags = in SHELL_execute() local2061 if (sei_tmp.fMask & unsupportedFlags) in SHELL_execute()2063 FIXME("flags ignored: 0x%08x\n", sei_tmp.fMask & unsupportedFlags); in SHELL_execute()