1 /***********************************************************************\ 2 * lmerrlog.d * 3 * * 4 * Windows API header module * 5 * * 6 * Translated from MinGW Windows headers * 7 * * 8 * Placed into public domain * 9 \***********************************************************************/ 10 module win32.lmerrlog; 11 version(Windows): 12 13 // COMMENT: This appears to be only for Win16. All functions are deprecated. 14 15 private import win32.lmcons, win32.windef; 16 private import win32.lmaudit; // for LPHLOG 17 18 const ERRLOG_BASE=3100; 19 const ERRLOG2_BASE=5700; 20 const LOGFLAGS_FORWARD=0; 21 const LOGFLAGS_BACKWARD=1; 22 const LOGFLAGS_SEEK=2; 23 const NELOG_Internal_Error=ERRLOG_BASE; 24 const NELOG_Resource_Shortage=(ERRLOG_BASE+1); 25 const NELOG_Unable_To_Lock_Segment=(ERRLOG_BASE+2); 26 const NELOG_Unable_To_Unlock_Segment=(ERRLOG_BASE+3); 27 const NELOG_Uninstall_Service=(ERRLOG_BASE+4); 28 const NELOG_Init_Exec_Fail=(ERRLOG_BASE+5); 29 const NELOG_Ncb_Error=(ERRLOG_BASE+6); 30 const NELOG_Net_Not_Started=(ERRLOG_BASE+7); 31 const NELOG_Ioctl_Error=(ERRLOG_BASE+8); 32 const NELOG_System_Semaphore=(ERRLOG_BASE+9); 33 const NELOG_Init_OpenCreate_Err=(ERRLOG_BASE+10); 34 const NELOG_NetBios=(ERRLOG_BASE+11); 35 const NELOG_SMB_Illegal=(ERRLOG_BASE+12); 36 const NELOG_Service_Fail=(ERRLOG_BASE+13); 37 const NELOG_Entries_Lost=(ERRLOG_BASE+14); 38 const NELOG_Init_Seg_Overflow=(ERRLOG_BASE+20); 39 const NELOG_Srv_No_Mem_Grow=(ERRLOG_BASE+21); 40 const NELOG_Access_File_Bad=(ERRLOG_BASE+22); 41 const NELOG_Srvnet_Not_Started=(ERRLOG_BASE+23); 42 const NELOG_Init_Chardev_Err=(ERRLOG_BASE+24); 43 const NELOG_Remote_API=(ERRLOG_BASE+25); 44 const NELOG_Ncb_TooManyErr=(ERRLOG_BASE+26); 45 const NELOG_Mailslot_err=(ERRLOG_BASE+27); 46 const NELOG_ReleaseMem_Alert=(ERRLOG_BASE+28); 47 const NELOG_AT_cannot_write=(ERRLOG_BASE+29); 48 const NELOG_Cant_Make_Msg_File=(ERRLOG_BASE+30); 49 const NELOG_Exec_Netservr_NoMem=(ERRLOG_BASE+31); 50 const NELOG_Server_Lock_Failure=(ERRLOG_BASE+32); 51 const NELOG_Msg_Shutdown=(ERRLOG_BASE+40); 52 const NELOG_Msg_Sem_Shutdown=(ERRLOG_BASE+41); 53 const NELOG_Msg_Log_Err=(ERRLOG_BASE+50); 54 const NELOG_VIO_POPUP_ERR=(ERRLOG_BASE+51); 55 const NELOG_Msg_Unexpected_SMB_Type=(ERRLOG_BASE+52); 56 const NELOG_Wksta_Infoseg=(ERRLOG_BASE+60); 57 const NELOG_Wksta_Compname=(ERRLOG_BASE+61); 58 const NELOG_Wksta_BiosThreadFailure=(ERRLOG_BASE+62); 59 const NELOG_Wksta_IniSeg=(ERRLOG_BASE+63); 60 const NELOG_Wksta_HostTab_Full=(ERRLOG_BASE+64); 61 const NELOG_Wksta_Bad_Mailslot_SMB=(ERRLOG_BASE+65); 62 const NELOG_Wksta_UASInit=(ERRLOG_BASE+66); 63 const NELOG_Wksta_SSIRelogon=(ERRLOG_BASE+67); 64 const NELOG_Build_Name=(ERRLOG_BASE+70); 65 const NELOG_Name_Expansion=(ERRLOG_BASE+71); 66 const NELOG_Message_Send=(ERRLOG_BASE+72); 67 const NELOG_Mail_Slt_Err=(ERRLOG_BASE+73); 68 const NELOG_AT_cannot_read=(ERRLOG_BASE+74); 69 const NELOG_AT_sched_err=(ERRLOG_BASE+75); 70 const NELOG_AT_schedule_file_created=(ERRLOG_BASE+76); 71 const NELOG_Srvnet_NB_Open=(ERRLOG_BASE+77); 72 const NELOG_AT_Exec_Err=(ERRLOG_BASE+78); 73 const NELOG_Lazy_Write_Err=(ERRLOG_BASE+80); 74 const NELOG_HotFix=(ERRLOG_BASE+81); 75 const NELOG_HardErr_From_Server=(ERRLOG_BASE+82); 76 const NELOG_LocalSecFail1=(ERRLOG_BASE+83); 77 const NELOG_LocalSecFail2=(ERRLOG_BASE+84); 78 const NELOG_LocalSecFail3=(ERRLOG_BASE+85); 79 const NELOG_LocalSecGeneralFail=(ERRLOG_BASE+86); 80 const NELOG_NetWkSta_Internal_Error=(ERRLOG_BASE+90); 81 const NELOG_NetWkSta_No_Resource=(ERRLOG_BASE+91); 82 const NELOG_NetWkSta_SMB_Err=(ERRLOG_BASE+92); 83 const NELOG_NetWkSta_VC_Err=(ERRLOG_BASE+93); 84 const NELOG_NetWkSta_Stuck_VC_Err=(ERRLOG_BASE+94); 85 const NELOG_NetWkSta_NCB_Err=(ERRLOG_BASE+95); 86 const NELOG_NetWkSta_Write_Behind_Err=(ERRLOG_BASE+96); 87 const NELOG_NetWkSta_Reset_Err=(ERRLOG_BASE+97); 88 const NELOG_NetWkSta_Too_Many=(ERRLOG_BASE+98); 89 const NELOG_Srv_Thread_Failure=(ERRLOG_BASE+104); 90 const NELOG_Srv_Close_Failure=(ERRLOG_BASE+105); 91 const NELOG_ReplUserCurDir=(ERRLOG_BASE+106); 92 const NELOG_ReplCannotMasterDir=(ERRLOG_BASE+107); 93 const NELOG_ReplUpdateError=(ERRLOG_BASE+108); 94 const NELOG_ReplLostMaster=(ERRLOG_BASE+109); 95 const NELOG_NetlogonAuthDCFail=(ERRLOG_BASE+110); 96 const NELOG_ReplLogonFailed=(ERRLOG_BASE+111); 97 const NELOG_ReplNetErr=(ERRLOG_BASE+112); 98 const NELOG_ReplMaxFiles=(ERRLOG_BASE+113); 99 const NELOG_ReplMaxTreeDepth=(ERRLOG_BASE+114); 100 const NELOG_ReplBadMsg=(ERRLOG_BASE+115); 101 const NELOG_ReplSysErr=(ERRLOG_BASE+116); 102 const NELOG_ReplUserLoged=(ERRLOG_BASE+117); 103 const NELOG_ReplBadImport=(ERRLOG_BASE+118); 104 const NELOG_ReplBadExport=(ERRLOG_BASE+119); 105 const NELOG_ReplSignalFileErr=(ERRLOG_BASE+120); 106 const NELOG_DiskFT=(ERRLOG_BASE+121); 107 const NELOG_ReplAccessDenied=(ERRLOG_BASE+122); 108 const NELOG_NetlogonFailedPrimary=(ERRLOG_BASE+123); 109 const NELOG_NetlogonPasswdSetFailed=(ERRLOG_BASE+124); 110 const NELOG_NetlogonTrackingError=(ERRLOG_BASE+125); 111 const NELOG_NetlogonSyncError=(ERRLOG_BASE+126); 112 const NELOG_UPS_PowerOut=(ERRLOG_BASE+130); 113 const NELOG_UPS_Shutdown=(ERRLOG_BASE+131); 114 const NELOG_UPS_CmdFileError=(ERRLOG_BASE+132); 115 const NELOG_UPS_CannotOpenDriver=(ERRLOG_BASE+133); 116 const NELOG_UPS_PowerBack=(ERRLOG_BASE+134); 117 const NELOG_UPS_CmdFileConfig=(ERRLOG_BASE+135); 118 const NELOG_UPS_CmdFileExec=(ERRLOG_BASE+136); 119 const NELOG_Missing_Parameter=(ERRLOG_BASE+150); 120 const NELOG_Invalid_Config_Line=(ERRLOG_BASE+151); 121 const NELOG_Invalid_Config_File=(ERRLOG_BASE+152); 122 const NELOG_File_Changed=(ERRLOG_BASE+153); 123 const NELOG_Files_Dont_Fit=(ERRLOG_BASE+154); 124 const NELOG_Wrong_DLL_Version=(ERRLOG_BASE+155); 125 const NELOG_Error_in_DLL=(ERRLOG_BASE+156); 126 const NELOG_System_Error=(ERRLOG_BASE+157); 127 const NELOG_FT_ErrLog_Too_Large=(ERRLOG_BASE+158); 128 const NELOG_FT_Update_In_Progress=(ERRLOG_BASE+159); 129 const NELOG_OEM_Code=(ERRLOG_BASE+199); 130 const NELOG_NetlogonSSIInitError=ERRLOG2_BASE; 131 const NELOG_NetlogonFailedToUpdateTrustList=(ERRLOG2_BASE+1); 132 const NELOG_NetlogonFailedToAddRpcInterface=(ERRLOG2_BASE+2); 133 const NELOG_NetlogonFailedToReadMailslot=(ERRLOG2_BASE+3); 134 const NELOG_NetlogonFailedToRegisterSC=(ERRLOG2_BASE+4); 135 const NELOG_NetlogonChangeLogCorrupt=(ERRLOG2_BASE+5); 136 const NELOG_NetlogonFailedToCreateShare=(ERRLOG2_BASE+6); 137 const NELOG_NetlogonDownLevelLogonFailed=(ERRLOG2_BASE+7); 138 const NELOG_NetlogonDownLevelLogoffFailed=(ERRLOG2_BASE+8); 139 const NELOG_NetlogonNTLogonFailed=(ERRLOG2_BASE+9); 140 const NELOG_NetlogonNTLogoffFailed=(ERRLOG2_BASE+10); 141 const NELOG_NetlogonPartialSyncCallSuccess=(ERRLOG2_BASE+11); 142 const NELOG_NetlogonPartialSyncCallFailed=(ERRLOG2_BASE+12); 143 const NELOG_NetlogonFullSyncCallSuccess=(ERRLOG2_BASE+13); 144 const NELOG_NetlogonFullSyncCallFailed=(ERRLOG2_BASE+14); 145 const NELOG_NetlogonPartialSyncSuccess=(ERRLOG2_BASE+15); 146 const NELOG_NetlogonPartialSyncFailed=(ERRLOG2_BASE+16); 147 const NELOG_NetlogonFullSyncSuccess=(ERRLOG2_BASE+17); 148 const NELOG_NetlogonFullSyncFailed=(ERRLOG2_BASE+18); 149 const NELOG_NetlogonAuthNoDomainController=(ERRLOG2_BASE+19); 150 const NELOG_NetlogonAuthNoTrustLsaSecret=(ERRLOG2_BASE+20); 151 const NELOG_NetlogonAuthNoTrustSamAccount=(ERRLOG2_BASE+21); 152 const NELOG_NetlogonServerAuthFailed=(ERRLOG2_BASE+22); 153 const NELOG_NetlogonServerAuthNoTrustSamAccount=(ERRLOG2_BASE+23); 154 const NELOG_FailedToRegisterSC=(ERRLOG2_BASE+24); 155 const NELOG_FailedToSetServiceStatus=(ERRLOG2_BASE+25); 156 const NELOG_FailedToGetComputerName=(ERRLOG2_BASE+26); 157 const NELOG_DriverNotLoaded=(ERRLOG2_BASE+27); 158 const NELOG_NoTranportLoaded=(ERRLOG2_BASE+28); 159 const NELOG_NetlogonFailedDomainDelta=(ERRLOG2_BASE+29); 160 const NELOG_NetlogonFailedGlobalGroupDelta=(ERRLOG2_BASE+30); 161 const NELOG_NetlogonFailedLocalGroupDelta=(ERRLOG2_BASE+31); 162 const NELOG_NetlogonFailedUserDelta=(ERRLOG2_BASE+32); 163 const NELOG_NetlogonFailedPolicyDelta=(ERRLOG2_BASE+33); 164 const NELOG_NetlogonFailedTrustedDomainDelta=(ERRLOG2_BASE+34); 165 const NELOG_NetlogonFailedAccountDelta=(ERRLOG2_BASE+35); 166 const NELOG_NetlogonFailedSecretDelta=(ERRLOG2_BASE+36); 167 const NELOG_NetlogonSystemError=(ERRLOG2_BASE+37); 168 const NELOG_NetlogonDuplicateMachineAccounts=(ERRLOG2_BASE+38); 169 const NELOG_NetlogonTooManyGlobalGroups=(ERRLOG2_BASE+39); 170 const NELOG_NetlogonBrowserDriver=(ERRLOG2_BASE+40); 171 const NELOG_NetlogonAddNameFailure=(ERRLOG2_BASE+41); 172 const NELOG_RplMessages=(ERRLOG2_BASE+42); 173 const NELOG_RplXnsBoot=(ERRLOG2_BASE+43); 174 const NELOG_RplSystem=(ERRLOG2_BASE+44); 175 const NELOG_RplWkstaTimeout=(ERRLOG2_BASE+45); 176 const NELOG_RplWkstaFileOpen=(ERRLOG2_BASE+46); 177 const NELOG_RplWkstaFileRead=(ERRLOG2_BASE+47); 178 const NELOG_RplWkstaMemory=(ERRLOG2_BASE+48); 179 const NELOG_RplWkstaFileChecksum=(ERRLOG2_BASE+49); 180 const NELOG_RplWkstaFileLineCount=(ERRLOG2_BASE+50); 181 const NELOG_RplWkstaBbcFile=(ERRLOG2_BASE+51); 182 const NELOG_RplWkstaFileSize=(ERRLOG2_BASE+52); 183 const NELOG_RplWkstaInternal=(ERRLOG2_BASE+53); 184 const NELOG_RplWkstaWrongVersion=(ERRLOG2_BASE+54); 185 const NELOG_RplWkstaNetwork=(ERRLOG2_BASE+55); 186 const NELOG_RplAdapterResource=(ERRLOG2_BASE+56); 187 const NELOG_RplFileCopy=(ERRLOG2_BASE+57); 188 const NELOG_RplFileDelete=(ERRLOG2_BASE+58); 189 const NELOG_RplFilePerms=(ERRLOG2_BASE+59); 190 const NELOG_RplCheckConfigs=(ERRLOG2_BASE+60); 191 const NELOG_RplCreateProfiles=(ERRLOG2_BASE+61); 192 const NELOG_RplRegistry=(ERRLOG2_BASE+62); 193 const NELOG_RplReplaceRPLDISK=(ERRLOG2_BASE+63); 194 const NELOG_RplCheckSecurity=(ERRLOG2_BASE+64); 195 const NELOG_RplBackupDatabase=(ERRLOG2_BASE+65); 196 const NELOG_RplInitDatabase=(ERRLOG2_BASE+66); 197 const NELOG_RplRestoreDatabaseFailure=(ERRLOG2_BASE+67); 198 const NELOG_RplRestoreDatabaseSuccess=(ERRLOG2_BASE+68); 199 const NELOG_RplInitRestoredDatabase=(ERRLOG2_BASE+69); 200 const NELOG_NetlogonSessionTypeWrong=(ERRLOG2_BASE+70); 201 202 struct ERROR_LOG { 203 DWORD el_len; 204 DWORD el_reserved; 205 DWORD el_time; 206 DWORD el_error; 207 LPWSTR el_name; 208 LPWSTR el_text; 209 LPBYTE el_data; 210 DWORD el_data_size; 211 DWORD el_nstrings; 212 } 213 alias ERROR_LOG* PERROR_LOG, LPERROR_LOG; 214 215 extern (Windows) { 216 deprecated { 217 NET_API_STATUS NetErrorLogClear(LPCWSTR, LPCWSTR, LPBYTE); 218 NET_API_STATUS NetErrorLogRead(LPCWSTR, LPWSTR, LPHLOG, DWORD, 219 LPDWORD, DWORD, DWORD, LPBYTE*, DWORD, LPDWORD, LPDWORD); 220 NET_API_STATUS NetErrorLogWrite(LPBYTE, DWORD, LPCWSTR, LPBYTE, 221 DWORD, LPBYTE, DWORD, LPBYTE); 222 } 223 }