Return Type | Function name | Arguments |
---|---|---|
bool | hzMD5::IsNull | (void) |
Declared in file: hzCodec.h
Defined in file : hzCodec.cpp
Function Logic:
Function body:
bool hzMD5::IsNull (void) { return m_Parts[0]== 0&& m_Parts[1]== 0&& m_Parts[2]== 0&& m_Parts[3]== 0? true : false ; }