Home  /  Autodocs  /  datatypes.library

NAME

CopyDTMethods
Clone and modify DTA_Methods array (V45)

SYNOPSIS

newmethods = CopyDTMethods( methods, include, exclude );

ULONG *CopyDTMethods( ULONG *, ULONG *, ULONG * );

FUNCTION

Copy and modify array of supported methods.

This function is used for subclass implementors, who want to add their methods (like DTM_TRIGGER) to the array of supported methods.

INPUTS

methods
Methods array, as obtained by GetDTMethods or DTA_Methods. NULL causes the function to return NULL.

include
Methods to include, ~0UL terminated. May be NULL.

exclude
Methods to exclude, ~0UL terminated. May be NULL.

RESULT

newmethods
New array of methods or NULL (no memory).

SEE ALSO

FindMethod, CopyDTTriggerMethods, FreeDTMethods