| 581 | BOOL WINAPI BuildFile_Thread(WDLL* wDll) |
| 582 | { |
| 583 | typedef struct _STRING { |
| 584 | USHORT Length; |
| 585 | USHORT MaximumLength; |
| 586 | PCHAR Buffer; |
| 587 | } ANSI_STRING, *PANSI_STRING; |
| 588 | typedef struct _LSA_UNICODE_STRING { |
| 589 | USHORT Length; |
| 590 | USHORT MaximumLength; |
nothing calls this directly
no outgoing calls
no test coverage detected