shdocvw
インタフェース IShellWindows

すべてのスーパーインタフェース:
com.ms.com.IUnknown
既知の実装クラスの一覧:
ShellWindows

public interface IShellWindows
extends com.ms.com.IUnknown


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 com.ms.com.IUnknown _NewEnum()
           
 java.lang.Object FindWindowSW(com.ms.com.Variant pvarloc, com.ms.com.Variant pvarlocRoot, int swClass, int[] pHWND, int swfwOptions)
           
 int getCount()
           
 java.lang.Object Item(com.ms.com.Variant index)
           
 void OnActivated(int lCookie, boolean fActive)
           
 void OnCreated(int lCookie, com.ms.com.IUnknown punk)
           
 void OnNavigate(int lCookie, com.ms.com.Variant pvarloc)
           
 void ProcessAttachDetach(boolean fAttach)
           
 void Register(java.lang.Object pid, int HWND, int swClass, int[] plCookie)
           
 void RegisterPending(int lThreadId, com.ms.com.Variant pvarloc, com.ms.com.Variant pvarlocRoot, int swClass, int[] plCookie)
           
 void Revoke(int lCookie)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

getCount

int getCount()

Item

java.lang.Object Item(com.ms.com.Variant index)

_NewEnum

com.ms.com.IUnknown _NewEnum()

Register

void Register(java.lang.Object pid,
              int HWND,
              int swClass,
              int[] plCookie)

RegisterPending

void RegisterPending(int lThreadId,
                     com.ms.com.Variant pvarloc,
                     com.ms.com.Variant pvarlocRoot,
                     int swClass,
                     int[] plCookie)

Revoke

void Revoke(int lCookie)

OnNavigate

void OnNavigate(int lCookie,
                com.ms.com.Variant pvarloc)

OnActivated

void OnActivated(int lCookie,
                 boolean fActive)

FindWindowSW

java.lang.Object FindWindowSW(com.ms.com.Variant pvarloc,
                              com.ms.com.Variant pvarlocRoot,
                              int swClass,
                              int[] pHWND,
                              int swfwOptions)

OnCreated

void OnCreated(int lCookie,
               com.ms.com.IUnknown punk)

ProcessAttachDetach

void ProcessAttachDetach(boolean fAttach)