|
|
|
COM Objects for the Internet |
|
This section contains reference information for COM Objects for the Internet.
|
|
Interfaces |
|
|
|
|
|
Functions |
|
RemoveControlByName |
|
Removes the registry entries and all of the files associated with the specified control. If the control is located in the system directory, the control is not removed, regardless of the value set in the bForceRemove parameter.
The first three
parameters are unicode strings. Use UCODE$ to convert from Ansi to Unicode.
The lpszTypeLibID parameter has been declared as Dword, instead of as
String, because it can be null (this means a null pointer, not a null
string). Use %NULL or 0 to pass a null pointer, or use VarPtr to pass the
address of an unicode string containing the type library CLSID of the
control. |
|
DECLARE FUNCTION RemoveControlByName _ LIB "OCCACHE.DLL" _
ALIAS
"RemoveControlByName" ( _ BYVAL lpszTypeLibID AS DWORD, _ BYVAL bForceRemove AS LONG, _
BYVAL
dwIsDistUnit AS DWORD _ |
|
Structures |
|
PROPBAG2 |
|
Contains or receives
property information. |
|
TYPE
PROPBAG2 |
|
Enumerations |
|
COMPAT |
|
The following flags
determine the behavior of registered Microsoft ActiveX controls. |
|
%COMPAT_AGGREGATE = &H00000001 |
|
PROPBAG2_TYPE |
|
Identifies the type
of data contained in a PROPBAG2 structure. |
|
%PROPBAG2_TYPE_UNDEFINED = 0 |
Page last updated on Friday, 06 October 2006 21:40:13 +0200