public static void CopyStructureToPtr (ref T input, void* ptr);

파라미터

ptrMemory pointer.
inputStruct.

설명

Copies sizeof(T) bytes from input to ptr.