OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getVersionEx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpc/stand/hpcboot/
arch.cpp
128
// WCE200 ...
GetVersionEx
132
BOOL (*
getVersionEx
)(LPOSVERSIONINFO);
133
getVersionEx
= reinterpret_cast <BOOL(*)(LPOSVERSIONINFO)>
134
(_load_func(TEXT("
GetVersionEx
")));
136
if (
getVersionEx
) {
137
getVersionEx
(&WinCEVersion);
138
DPRINTF((TEXT("
GetVersionEx
\n")));
140
GetVersionEx
(&WinCEVersion);
arch.cpp
128
// WCE200 ...
GetVersionEx
132
BOOL (*
getVersionEx
)(LPOSVERSIONINFO);
133
getVersionEx
= reinterpret_cast <BOOL(*)(LPOSVERSIONINFO)>
134
(_load_func(TEXT("
GetVersionEx
")));
136
if (
getVersionEx
) {
137
getVersionEx
(&WinCEVersion);
138
DPRINTF((TEXT("
GetVersionEx
\n")));
140
GetVersionEx
(&WinCEVersion);
Completed in 27 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025