#ifndef __SYSTEMCUSTOMIZATION_MSG_G_H #define __SYSTEMCUSTOMIZATION_MSG_G_H #pragma once // This code is generated by spgen tool! #include "SpHelper.h" namespace systemcustomization { #define eMsg_MD5ErrReport 0 #define eMsgSig_MD5ErrReport -406434666 struct MD5ErrReport { CSimpleStringA ErrMsg; void Serialize(SpBuffer &Buf) { auto & buf = Buf & ErrMsg; } }; /////////////////////////// } // namespace systemcustomization #endif // __SYSTEMCUSTOMIZATION_MSG_G_H