OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GETCURSORINFO
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c
166
typedef BOOL (WINAPI *
GETCURSORINFO
)(PCURSORINFO);
390
GETCURSORINFO
cursor;
395
cursor = (
GETCURSORINFO
) GetProcAddress(user, "
GetCursorInfo
");
406
/* unfortunately, its not safe to call
GetCursorInfo
()
/external/openssl/crypto/rand/
rand_win.c
166
typedef BOOL (WINAPI *
GETCURSORINFO
)(PCURSORINFO);
390
GETCURSORINFO
cursor;
395
cursor = (
GETCURSORINFO
) GetProcAddress(user, "
GetCursorInfo
");
406
/* unfortunately, its not safe to call
GetCursorInfo
()
Completed in 530 milliseconds