如题,期待

解决方案 »

  1.   

    WIN32 API;
    The ZeroMemory function fills a block of memory with zeros.  VOID ZeroMemory(    PVOID Destination,  // address of block to fill with zeros 
        DWORD Length  // size, in bytes, of block to fill with zeros  
       );
     ParametersDestinationPoints to the starting address of the block of memory to fill with zeros. LengthSpecifies the size, in bytes, of the block of memory to fill with zeros.  Return ValuesThis function has no return value. See AlsoCopyMemory, FillMemory, MoveMemory