Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value associated with the given key.
BOOL SetAt(
const TKey& key,
const TVal& val
);
Parameters
key
The key.val
The new value to assign.
Return Value
Returns TRUE if the key was found, and the value was successfully changed, FALSE otherwise.
Requirements
Header: atlsimpcoll.h