table of contents
other versions
- wheezy 1.4.1-4
CaptureStringArg(3w) | Wine API | CaptureStringArg(3w) |
NAME¶
CaptureStringArg (SETUPAPI.@)SYNOPSIS¶
DWORD CaptureStringArg(
LPCWSTR pSrc,
LPWSTR* pDst
)
DESCRIPTION¶
Captures a UNICODE string.PARAMS¶
lpSrc [In] UNICODE 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 |