Searched refs:contentGenerationBuffer (Results 1 – 1 of 1) sorted by relevance
174 char contentGenerationBuffer[INTERNET_MAX_URL_LENGTH + ARRAYSIZE(szShellDotUrlTemplate) + 1]; in createGlobalURLContent() local176 if (estimatedFileSize > 0 && estimatedFileSize > ARRAYSIZE(contentGenerationBuffer)) in createGlobalURLContent()194 …sprintf_s(contentGenerationBuffer, ARRAYSIZE(contentGenerationBuffer), szShellDotUrlTemplate, ansi… in createGlobalURLContent()195 CopyMemory(fileContents, contentGenerationBuffer, fileSize); in createGlobalURLContent()