home *** CD-ROM | disk | FTP | other *** search
- package WMPNS;
-
- public class IWMPErrorItem {
- int m_pIWMPErrorItem = -1;
- int m_hWnd = 0;
-
- private native String getCustomUrlNative(int var1, int var2);
-
- public String getCustomUrl() {
- return this.getCustomUrlNative(this.m_pIWMPErrorItem, this.m_hWnd);
- }
-
- private native long getConditionNative(int var1, int var2);
-
- private native boolean equalsNative(int var1, int var2, int var3);
-
- IWMPErrorItem() {
- }
-
- public long getErrorCode() {
- return this.getErrorCodeNative(this.m_pIWMPErrorItem, this.m_hWnd);
- }
-
- public int getErrorContext() {
- return 0;
- }
-
- private native long getErrorCodeNative(int var1, int var2);
-
- public boolean equals(IWMPErrorItem var1) {
- return this.equalsNative(this.m_pIWMPErrorItem, var1.m_pIWMPErrorItem, this.m_hWnd);
- }
-
- private native int getErrorContextNative(int var1, int var2);
-
- public String getErrorDescription() {
- return this.getErrorDescriptionNative(this.m_pIWMPErrorItem, this.m_hWnd);
- }
-
- public long getCondition() {
- return this.getConditionNative(this.m_pIWMPErrorItem, this.m_hWnd);
- }
-
- public long getRemedy() {
- return this.getRemedyNative(this.m_pIWMPErrorItem, this.m_hWnd);
- }
-
- private native long getRemedyNative(int var1, int var2);
-
- private native String getErrorDescriptionNative(int var1, int var2);
- }
-