MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / CopyTo

Method CopyTo

Kernel-Bridge/API/StringsAPI.h:682–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 }
681
682 VOID CopyTo(TChar* Buffer, size_t Characters) {
683 if (Data.Length < Characters)
684 Characters = Data.Length;
685 RtlCopyMemory(Buffer, Data.Buffer, Characters * sizeof(TChar));
686 Buffer[Characters] = 0x0000;
687 }
688};
689
690class AnsiString : public String<CHAR> {

Callers 3

FltCreateHandlerFunction · 0.80
FltReadWriteHandlerFunction · 0.80
FltDeviceControlHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected