virtual bool CORow::Delete(LPCOLESTR strURLs[], DBSTATUS *pnStatus, ULONG nRows=1, DBDELETEFLAGS nDeleteFlags=DBDELETE_ATOMIC);

Return Value

        true if successful; otherwise false.

Parameters

        [in] strURLs:

                A pointer to an array of nRows canonical URLs identifying the trees or subtrees to be deleted.

        [in] nRows:

                Count of trees and subtrees named by the strURLs array.

        [out] pnStatus

                A pointer to an array of DBSTATUS status fields indicating, for each element of strURLs, whether the tree or subtree identified by that element was deleted.

        [in] nDeleteFlags:

                A bitmask of flags determining extra semantics for the delete operation.

Remark

        Deletes the trees or subtrees specified by an array of URLs. All of the URLs must be within the scope of the current row object. Refers to IScopedOperations::Delete.

CORow Class Overview & Class Members