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.
Microsoft DirectShow 9.0 |
CDrawImage::UsingImageAllocator
The UsingImageAllocator method indicates whether the current allocator is a CImageAllocator object.
Syntax
BOOL UsingImageAllocator(void);
Return Value
Returns TRUE if the current allocator is a CImageAllocator object, or FALSE otherwise.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also