功能:释放DC设备句柄

格式:
ApiReleaseDC(hdc, handle)
ApiReleaseDC(hdc)

hdc   : 由{ApiGetDC<矩阵运算\ApiGetDC>}函数返回的设备句柄
handle: hdc创建时对应的窗口句柄，默认为0，即桌面窗口句柄

说明：释放成功返回1，失败返回0