kzs_desktop_native.hpp File Reference

Functions

kzsError kzsDesktopNativeSetDimensions (struct KzsDesktopNative *desktopNative, kzUint width, kzUint height)
 Set dimensions of desktop-native. More...
 

Function Documentation

kzsError kzsDesktopNativeSetDimensions ( struct KzsDesktopNative *  desktopNative,
kzUint  width,
kzUint  height 
)

Set dimensions of desktop-native.

Parameters
desktopNativeHandle to desktop-native.
widthDesktop width
heightDesktop height
Returns
KZS_SUCCESS on success.