DirectX SDK |
The DirectDrawClipper.GetClipListSize method retrieves the size of the clip list associated with a DirectDrawClipper object.
object.GetClipListSize() As Long
If the method succeeds, the size of the clip list, in bytes, is returned.
If the method fails, it raises an error, and Err.Number can be set to one of the following values:
DDERR_GENERIC |
DDERR_INVALIDPARAMS |
DDERR_NOCLIPLIST |