MCPcopy Create free account
hub / github.com/Schnocker/NoEye / _STRING

Class _STRING

NoEye_Service/CMap.cpp:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected