__GetWindowRect() is only used within MB1063.
 
Symbols
loading...
Files
loading...

__GetWindowRect() function

callback for mute button

Syntax

void __GetWindowRect(int *XPos,     int *YPos,     int *XSize,     int *YSize);

Arguments

XPos

YPos

XSize

YSize

Return value

None

References

LocationReferrerText
videoplayer_win.c:621
void __GetWindowRect(int *XPos, int *YPos, int *XSize, int *YSize)
videoplayer_win.c:654_StartPlay()
__GetWindowRect(&XPos, &YPos, &XSize, &YSize);
videoplayer_win.c:794_CloseFullScreen()
__GetWindowRect(&XPos, &YPos, &XSize, &YSize);

Call Tree

Functions calling __GetWindowRect()
all items filtered out
__GetWindowRect()