独学プログラミング言語のページ > Win32API(C言語,C++) > ZeroMemory
VOID ZeroMemory( PVOID Destination, //メモリブロック SIZE_T Length //メモリブロックのサイズ );
LPTSTR CharPrev( LPCTSTR lpszStart, //最初の文字 LPCTSTR lpszCurrent //現在の文字 );
ソース