Home
last modified time | relevance | path

Searched refs:wszStreamName (Results 1 – 2 of 2) sorted by relevance

/dports/security/srm/srm-1.2.15/src/
H A Dsunlink.c731 WCHAR wszStreamName[MAX_PATH]; in sunlink_impl() local
741 memcpy(wszStreamName, pStreamInfo->StreamName, pStreamInfo->StreamNameLength); in sunlink_impl()
742 wszStreamName[pStreamInfo->StreamNameLength / sizeof(WCHAR)] = L'\0'; in sunlink_impl()
745 if (wcscmp(wszStreamName, L"::$DATA") == 0) { in sunlink_impl()
749 …i = WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, wszStreamName, -1, buf, sizeof(buf)-1, NULL,… in sunlink_impl()
758 error("could not convert %S to multi byte string", wszStreamName); in sunlink_impl()
762 wcscat(ads_fn_w, wszStreamName); in sunlink_impl()
774 errorp("could not open alternate data stream %S", wszStreamName); in sunlink_impl()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_dshow.cpp3192 const WCHAR wszStreamName[] = L"ActiveMovieGraph";
3209 wszStreamName,