|
ZeroMemoryThe function resets a variable passed to it by reference.
Parameters variable [in] [out] Variable passed by reference, you want to reset (initialize by zero values). Return Value No return value. Note If the function parameter is a string, the call will be equivalent to indicating NULL as its value. ZeroMemory() can't be applied to classes with protected members or inheritance. |