INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
--
-- Purpose:
-- Create an object.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- It's a dummy constructor now.
--
-- Purpose:
-- Create an C++ virtual table, corresponding to
-- IParseDisplayName interface.
-- Params:
-- None.
-- Return Value:
-- Pointer to created VTBL.
-- Notes:
-- None.
--
--
-- Purpose:
-- Parses the display name to extract a component of the
-- string that it can convert into a moniker, using the
-- maximum number of characters from the lefthand side
-- of the string.
-- Params:
-- bc: EOLE_BIND_CTX [in] Points to the bind context
-- to be used in this binding
-- operation.
-- DisplayName: STRING [in] Points to string containing
-- the display name to be parsed.
-- Return Value:
-- Resulting moniker.
-- Notes:
-- None.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |