Method

GioWin32OutputStreamget_handle

since: 2.26

Declaration [src]

void*
g_win32_output_stream_get_handle (
  GWin32OutputStream* stream
)

Description [src]

Return the Windows handle that the stream writes to.

Available since: 2.26

Return value

Type: void*

The handle descriptor of stream.

The returned data is owned by the instance.
The return value can be NULL.