NET_SDK_LOG,LPNET_SDK_LOG¶
Structure Definition¶
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
Function Description¶
Device log information structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| strLogTime | DD_TIME | Log time. |
| dwMajorType | DWORD | Main types. |
| dwMinorType | DWORD | Minor type. |
| sNetUser | char[MAX_NAMELEN] | Internet user. |
| dwRemoteHostAddr | DWORD | The remote host address. |
| sContent | char[MAX_CONTENTLEN] | More information. |