Important: The information in this document is obsolete and should not be used for new development.
SetConfigReference
Sets the Internet configuration specification.
ICError SetConfigReference (in ICConfigRefHandle ref, in long flags);
ref
- A reference to the new Internet configuration specification.
flags
- A set of flags whose values control the specification-setting operation, expressed as a 32-bit integer.
- return value
- An Internet Config error code.
DISCUSSION
You call this method to set the Internet configuration specification to be used by your Cyberdog session. AllICInstance
objects instantiated by theAcquireICInstance
method will reference this new specification. You are responsible for allocating and deallocating theICConfigRefHandle
object.You can set the
icNoUserInteraction_bit
flag in theflags
parameter to prevent Internet Config from displaying a modal dialog box to the user during this operation. SeeInternetConfig.h
for the list of possible Internet Config error codes that may be returned.Do not subclass this class.
SEE ALSO
TheAcquireICInstance
method (page 350).
TheGetConfigReference
method (page 360).