Method

GioWin32InputStreamget_handle

since: 2.26

Declaration [src]

void*
g_win32_input_stream_get_handle (
  GWin32InputStream* stream
)

Description [src]

Return the Windows file handle that the stream reads from.

Available since: 2.26

Return value

Type: void*

The file handle of stream.

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