MUISpinnerLoadFrameΒΆ
MUISpinnerLoadFrame, hWin:MUIWND, ImageHandleType:MUIIT, idResImage:RESID
Loads a resource as an image frame to the spinner control
Parameters
- [in] hWin - handle to the ModernUI_Spinner control
- [in] ImageHandleType - type of image to load in idResImage:
MUIIT_NONE,MUIIT_BMP,MUIIT_ICO, orMUIIT_PNG - [in] idResImage - resource id of image to load
Return
Returns TRUE if successful, or FALSE otherwise
Example
Invoke MUISpinnerLoadFrame, hSpinner, MUI_BMP, BMP_TESTER
See Also
MUISpinnerAddFrames, MUISpinnerAddFrames, MUISpinnerLoadFrames, MUISpinnerLoadImage