home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2003 November / PCNET_2003_11_1.iso / toolkit / MPsetupXP.exe / wmpns.jar / WMPNS / IWMPErrorItem.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-10-15  |  1.0 KB  |  52 lines

  1. package WMPNS;
  2.  
  3. public class IWMPErrorItem {
  4.    int m_pIWMPErrorItem = -1;
  5.    int m_hWnd = 0;
  6.  
  7.    private native String getCustomUrlNative(int var1, int var2);
  8.  
  9.    public String getCustomUrl() {
  10.       return this.getCustomUrlNative(this.m_pIWMPErrorItem, this.m_hWnd);
  11.    }
  12.  
  13.    private native long getConditionNative(int var1, int var2);
  14.  
  15.    private native boolean equalsNative(int var1, int var2, int var3);
  16.  
  17.    IWMPErrorItem() {
  18.    }
  19.  
  20.    public long getErrorCode() {
  21.       return this.getErrorCodeNative(this.m_pIWMPErrorItem, this.m_hWnd);
  22.    }
  23.  
  24.    public int getErrorContext() {
  25.       return 0;
  26.    }
  27.  
  28.    private native long getErrorCodeNative(int var1, int var2);
  29.  
  30.    public boolean equals(IWMPErrorItem var1) {
  31.       return this.equalsNative(this.m_pIWMPErrorItem, var1.m_pIWMPErrorItem, this.m_hWnd);
  32.    }
  33.  
  34.    private native int getErrorContextNative(int var1, int var2);
  35.  
  36.    public String getErrorDescription() {
  37.       return this.getErrorDescriptionNative(this.m_pIWMPErrorItem, this.m_hWnd);
  38.    }
  39.  
  40.    public long getCondition() {
  41.       return this.getConditionNative(this.m_pIWMPErrorItem, this.m_hWnd);
  42.    }
  43.  
  44.    public long getRemedy() {
  45.       return this.getRemedyNative(this.m_pIWMPErrorItem, this.m_hWnd);
  46.    }
  47.  
  48.    private native long getRemedyNative(int var1, int var2);
  49.  
  50.    private native String getErrorDescriptionNative(int var1, int var2);
  51. }
  52.