Win32ReleaseDC Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static int ReleaseDC(
IntPtr hWnd,
IntPtr hDC
)
Public Shared Function ReleaseDC (
hWnd As IntPtr,
hDC As IntPtr
) As Integer
public:
static int ReleaseDC(
IntPtr hWnd,
IntPtr hDC
)
DataPAClientConfig.Win32.ReleaseDC = function(hWnd, hDC);
Parameters
- hWnd
- Type: SystemIntPtr
- hDC
- Type: SystemIntPtr
Return Value
Type:
Int32See Also