CleanMemory

This function ..

Syntax

//
//   Strong typing definition
//
void            CleanMemory(
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall CleanMemory(
                                            );