CaptureStringArg (SETUPAPI.@)
DWORD CaptureStringArg ( LPCWSTR pSrc, LPWSTR* pDst )
Captures a UNICODE string.
lpSrc | [In] | UNICODE string to be captured. |
lpDst | [Out] | Pointer to the captured UNICODE string. |
Success: ERROR_SUCCESS
Failure: ERROR_INVALID_PARAMETER.
Call MyFree to release the captured UNICODE string.
Defined in "setupapi.h".
Implemented in "dlls/setupapi/misc.c". source.winehq.org/source/dlls/setupapi/misc.c
Debug channel "setupapi".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.