Function

GioWin32OutputStreamget_handle

since: 2.26

Declaration

void*
g_win32_output_stream_get_handle (
  GWin32OutputStream* stream
)

Description

Return the Windows handle that the stream writes to.

Available since: 2.26

Parameters

stream

Type: GWin32OutputStream

A GWin32OutputStream.

The data is owned by the caller of the function.

Return value

Type: void*

The handle descriptor of stream.

The data is owned by the called function.
The return value can be NULL.