Changes the current window transform to the specified matrix
Syntax
BOOL WINAPI UpdateWindowTransform (
HWND hwnd,
D3DMATRIX* pMatrix,
DWORD unk
)
Parameters
- hwnd
- The window whose transform is to change
- pMatrix
- The new window transform
- unk
- Unknown, must be 1
Return Value
Nonzero on success, zero on failure
Remarks
This function is explicitly for use by dwm.exe, the function will fail with a last error of ERROR_ACCESS_DENIED if any other process calls it