OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lpEntry
(Results
1 - 5
of
5
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
p8155.cpp
122
const AFX_MSGMAP_ENTRY *
lpEntry
;
125
lpEntry
= pMessageMap->lpEntries;
127
if(
lpEntry
->nMessage == 100) {
128
(this->*
lpEntry
->pfn)();
/ndk/tests/device/test-stlport_static-exception/jni/
p8155.cpp
122
const AFX_MSGMAP_ENTRY *
lpEntry
;
125
lpEntry
= pMessageMap->lpEntries;
127
if(
lpEntry
->nMessage == 100) {
128
(this->*
lpEntry
->pfn)();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
routprot.h
49
DWORD (WINAPI *MIBEntryCreate)(DWORD dwRoutingPid,DWORD dwEntrySize,LPVOID
lpEntry
);
50
DWORD (WINAPI *MIBEntryDelete)(DWORD dwRoutingPid,DWORD dwEntrySize,LPVOID
lpEntry
);
51
DWORD (WINAPI *MIBEntrySet)(DWORD dwRoutingPid,DWORD dwEntrySize,LPVOID
lpEntry
);
mprapi.h
570
DWORD WINAPI MprAdminMIBEntryCreate(MIB_SERVER_HANDLE hMibServer,DWORD dwPid,DWORD dwRoutingPid,LPVOID
lpEntry
,DWORD dwEntrySize);
571
DWORD WINAPI MprAdminMIBEntryDelete(MIB_SERVER_HANDLE hMibServer,DWORD dwProtocolId,DWORD dwRoutingPid,LPVOID
lpEntry
,DWORD dwEntrySize);
572
DWORD WINAPI MprAdminMIBEntrySet(MIB_SERVER_HANDLE hMibServer,DWORD dwProtocolId,DWORD dwRoutingPid,LPVOID
lpEntry
,DWORD dwEntrySize);
[
all
...]
winbase.h
[
all
...]
Completed in 1127 milliseconds