Scroll to navigation

CaptureAndConvertAnsiArg(3w) Wine API CaptureAndConvertAnsiArg(3w)

NAME

CaptureAndConvertAnsiArg (SETUPAPI.@)

SYNOPSIS

DWORD CaptureAndConvertAnsiArg
(
LPCSTR pSrc,
LPWSTR* pDst
)
 

DESCRIPTION

Captures an ANSI string and converts it to a UNICODE string.
 

PARAMS

lpSrc [In] ANSI string to be captured.
lpDst [Out] Pointer to the captured UNICODE string.
 

RETURNS

Success: ERROR_SUCCESS
Failure: ERROR_INVALID_PARAMETER.
 

NOTE

Call MyFree to release the captured UNICODE string.
 

IMPLEMENTATION

Declared in "setupapi.h".
Implemented in "dlls/setupapi/misc.c".
Debug channel "setupapi".
Oct 2012 Wine API