Property | Type | Description | |
---|---|---|---|
ExtractApkIcon | |||
Register | void | ||
Unregister | void |
Method | Description | |
---|---|---|
ApkShellExtension ( ) : System |
Initializes a new instance of the ApkShellExtension class.
|
|
Extract ( string pszFile, uint nIconIndex, |
Extracts the icon from the specified file.
|
|
GetClassID ( System.Guid &pClassID ) : uint | ||
GetCurFile ( string &ppszFileName ) : uint | ||
GetIconLocation ( ExtractIconOptions uFlags, |
Get the icon location
|
|
IsDirty ( ) : uint | ||
Load ( string pszFileName, uint dwMode ) : uint | ||
Save ( string pszFileName, bool fRemember ) : uint | ||
SaveCompleted ( string pszFileName ) : uint |
Method | Description | |
---|---|---|
ExtractApkIcon ( ) : |
Extract the icon from the apk file
|
|
Register ( string s ) : void | ||
Unregister ( string s ) : void |
public Extract ( string pszFile, uint nIconIndex, |
||
pszFile | string | The file. |
nIconIndex | uint | Index of the icon. |
phiconLarge | The phicon large. | |
phiconSmall | The phicon small. | |
nIconSize | uint | Size of the n icon. |
return | uint |
public GetClassID ( System.Guid &pClassID ) : uint | ||
pClassID | System.Guid | |
return | uint |
public GetCurFile ( string &ppszFileName ) : uint | ||
ppszFileName | string | |
return | uint |
public GetIconLocation ( ExtractIconOptions uFlags, |
||
uFlags | ExtractIconOptions | |
szIconFile | ||
cchMax | uint | |
piIndex | int | |
pwFlags | ExtractIconFlags | |
return | uint |
public Load ( string pszFileName, uint dwMode ) : uint | ||
pszFileName | string | |
dwMode | uint | |
return | uint |
public Save ( string pszFileName, bool fRemember ) : uint | ||
pszFileName | string | |
fRemember | bool | |
return | uint |
public SaveCompleted ( string pszFileName ) : uint | ||
pszFileName | string | |
return | uint |