OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwEventID
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoverynotification.h
30
STDMETHOD_(HRESULT,OnEvent)(THIS_ DWORD
dwEventID
,FDQUERYCONTEXT fdqcQueryContext,const WCHAR *pszProvider) PURE;
40
#define IFunctionDiscoveryNotification_OnEvent(This,
dwEventID
,fdqcQueryContext,pszProvider) (This)->lpVtbl->OnEvent(This,
dwEventID
,fdqcQueryContext,pszProvider)
gpedit.h
110
STDMETHOD(GetEventLogEntryText) (THIS_ LPOLESTR pszEventSource,LPOLESTR pszEventLogName,LPOLESTR pszEventTime,DWORD
dwEventID
,LPOLESTR *ppszText) PURE;
userenv.h
187
DWORD
dwEventID
;
winbase.h
[
all
...]
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffchoicelist.cpp
184
FX_DWORD
dwEventID
= pEvent->GetClassID();
185
switch (
dwEventID
) {
512
FX_DWORD
dwEventID
= pEvent->GetClassID();
513
switch (
dwEventID
) {
xfa_fftextedit.cpp
394
FX_DWORD
dwEventID
= pEvent->GetClassID();
395
switch (
dwEventID
) {
477
FX_DWORD
dwEventID
= pEvent->GetClassID();
478
if (
dwEventID
== FWL_EVTHASH_EDT_Validate) {
796
FX_DWORD
dwEventID
= pEvent->GetClassID();
797
if (
dwEventID
== FWL_EVTHASH_DTP_SelectChanged) {
xfa_ffcheckbutton.cpp
299
FX_DWORD
dwEventID
= pEvent->GetClassID();
300
switch (
dwEventID
) {
xfa_fffield.cpp
809
FX_DWORD
dwEventID
= pEvent->GetClassID();
810
switch (
dwEventID
) {
Completed in 1025 milliseconds