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 - 1
of
1
) 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);
Completed in 10 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025