Home
last modified time | relevance | path

Searched refs:unsupportedFlags (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/crypt32/
H A Dstr.c417 static const DWORD unsupportedFlags = CERT_NAME_STR_NO_QUOTING_FLAG | in CertNameToStrA() local
430 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() local
590 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()
/reactos/dll/win32/shell32/
H A Dshlexec.cpp1935 static const DWORD unsupportedFlags = in SHELL_execute() local
2061 if (sei_tmp.fMask & unsupportedFlags) in SHELL_execute()
2063 FIXME("flags ignored: 0x%08x\n", sei_tmp.fMask & unsupportedFlags); in SHELL_execute()