Méthode | Description | |
---|---|---|
FContinueMessageLoop ( uint uReason, |
||
FDoIdle ( uint grfidlef ) : int | ||
FPreTranslateMessage ( MSG pMsg ) : int | ||
FQueryTerminate ( int fPromptUser ) : int | ||
FReserved1 ( uint dwReserved, uint message, |
||
HwndGetWindow ( uint dwWhich, uint dwReserved ) : |
||
OnActivationChange ( IOleComponent pic, int fSameComponent, OLECRINFO pcrinfo, int fHostIsActivating, OLECHOSTINFO pchostinfo, uint dwReserved ) : void | ||
OnAppActivate ( int fActive, uint dwOtherThreadID ) : void | ||
OnEnterState ( uint uStateID, int fEnter ) : void | ||
OnLoseActivation ( ) : void | ||
Terminate ( ) : void |
Méthode | Description | |
---|---|---|
Initialize ( ) : void |
Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
|
Méthode | Description | |
---|---|---|
MenuItemCallback ( object sender, |
public FContinueMessageLoop ( uint uReason, |
||
uReason | uint | |
pvLoopData | ||
pMsgPeeked | MSG | |
Résultat | int |
public FPreTranslateMessage ( MSG pMsg ) : int | ||
pMsg | MSG | |
Résultat | int |
public FQueryTerminate ( int fPromptUser ) : int | ||
fPromptUser | int | |
Résultat | int |
public FReserved1 ( uint dwReserved, uint message, |
||
dwReserved | uint | |
message | uint | |
wParam | ||
lParam | ||
Résultat | int |
public HwndGetWindow ( uint dwWhich, uint dwReserved ) : |
||
dwWhich | uint | |
dwReserved | uint | |
Résultat |
public OnActivationChange ( IOleComponent pic, int fSameComponent, OLECRINFO pcrinfo, int fHostIsActivating, OLECHOSTINFO pchostinfo, uint dwReserved ) : void | ||
pic | IOleComponent | |
fSameComponent | int | |
pcrinfo | OLECRINFO | |
fHostIsActivating | int | |
pchostinfo | OLECHOSTINFO | |
dwReserved | uint | |
Résultat | void |
public OnAppActivate ( int fActive, uint dwOtherThreadID ) : void | ||
fActive | int | |
dwOtherThreadID | uint | |
Résultat | void |
public OnEnterState ( uint uStateID, int fEnter ) : void | ||
uStateID | uint | |
fEnter | int | |
Résultat | void |