请教VC中有没有 AfxRepositionWindow() 函数

请问VC中有没有 AfxRepositionWindow() 函数?rt[解决办法]没有找到你的函数,只找到BOOL SetWindowPos(HWND

请问VC中有没有 AfxRepositionWindow() 函数?
rt

[解决办法]
没有找到你的函数,只找到
BOOL SetWindowPos( HWND hWnd,
HWND hWndInsertAfter,
int X,
int Y,
int cx,
int cy,
UINT uFlags
);

[解决办法]
在mfc的AFXPRIV.H中有定义