Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
493 B

<% '==================================================
' Microsoft Server Appliance
' Web Framework Error Codes
' Copyright (c) Microsoft Corporation. All rights reserved.
'================================================== %>
<%
Const SA_NO_ERROR = 0
Const SA_ERROR_INVALIDARG = 9000
Const SA_ERROR_INVALIDPAGE = 9001
Const SA_ERROR_CREATE_OBJECT_FAILED = 9002
Const SA_ERROR_INITIALIZE_OBJECT_FAILED = 9003
Const SA_ERROR_EXECUTE_TASK_FAILED = 9004
%>