Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 17 of file Uuid.c.
Referenced by Ext2Format().
{ #if 0 UuidCreate((UUID *) uuid); #else RtlZeroMemory(uuid, 16); #endif }