Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.03 KB

File metadata and controls

48 lines (35 loc) · 1.03 KB
description title ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: fwide
fwide
11/04/2016
fwide
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
DLLExport
apiref
fwide
fwide function
a4641f5b-d74f-4946-95d5-53a64610d28d

fwide

Unimplemented.

Syntax

int fwide(
   FILE *stream,
   int mode;
);

Parameters

stream
Pointer to FILE structure (ignored).

mode
The new width of the stream: positive for wide character, negative for byte, zero to leave unchanged. (This value is ignored.)

Return value

This function currently just returns mode.

Remarks

The current version of this function doesn't conform to the C Standard.

Requirements

Function Required header
fwide <wchar.h>

For more information, see Compatibility.