| 385 | |
| 386 | template <unsigned int XX> |
| 387 | struct ThunkData |
| 388 | { |
| 389 | union { |
| 390 | ULONG_PTR<XX> forwarder_string; |
| 391 | ULONG_PTR<XX> function; |
| 392 | ULONG_PTR<XX> ordinal; |
| 393 | ULONG_PTR<XX> address_of_data; |
| 394 | }; |
| 395 | }; |
| 396 | |
| 397 | struct ImportByName |
| 398 | { |
nothing calls this directly
no outgoing calls
no test coverage detected