Function

GioWin32InputStreamget_handle

since: 2.26

Declaration

void*
g_win32_input_stream_get_handle (
  GWin32InputStream* stream
)

Description

Return the Windows file handle that the stream reads from.

Available since: 2.26

Parameters

stream

Type: GWin32InputStream

A GWin32InputStream.

The data is owned by the caller of the function.

Return value

Type: void*

The file handle of stream.

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