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.
BOOL MoveBand( UINT uFrom**, UINT** uTo );
Return Value
Nonzero if successful; otherwise zero.
Parameters
uFrom
Zero-based index of the band to be moved.
uTo
Zero-based index of the new band position. This parameter value must never be greater than the number of bands minus one. To obtain the number of bands, call GetBandCount.
Remarks
This member function implements the behavior of the Win32 message , as described in the Platform SDK.