|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Functions | |
| int __cdecl | CdeclFunc0 (void) |
| int __cdecl | CdeclFunc1 (char *p1) |
| int __stdcall | StdcallFunc0 (void) |
| int __stdcall | StdcallFunc1 (char *p1) |
| int __stdcall | DecoratedStdcallFunc1 (char *p1) |
| int __fastcall | FastcallFunc0 (void) |
| int __fastcall | FastcallFunc1 (char *p1) |
| int __fastcall | DecoratedFastcallFunc1 (char *p1) |
Variables | |
| int | DataItem1 = 0x10051 |
| int | DataItem2 = 0x10052 |
Definition at line 2 of file dllexport_test_dll2.c.
Definition at line 7 of file dllexport_test_dll2.c.
| int __fastcall DecoratedFastcallFunc1 | ( | char * | p1 | ) |
Definition at line 37 of file dllexport_test_dll2.c.
Definition at line 22 of file dllexport_test_dll2.c.
| int __fastcall FastcallFunc0 | ( | void | ) |
Definition at line 27 of file dllexport_test_dll2.c.
| int __fastcall FastcallFunc1 | ( | char * | p1 | ) |
Definition at line 32 of file dllexport_test_dll2.c.
Definition at line 12 of file dllexport_test_dll2.c.
Definition at line 17 of file dllexport_test_dll2.c.
| int DataItem1 = 0x10051 |
Definition at line 42 of file dllexport_test_dll2.c.
| int DataItem2 = 0x10052 |
Definition at line 43 of file dllexport_test_dll2.c.