Searched refs:pcchString (Results 1 – 3 of 3) sorted by relevance
82 if (*pcchString < cbBinary) in EncodeBinaryToBinaryA()91 *pcchString = cbBinary; in EncodeBinaryToBinaryA()218 if (charsNeeded <= *pcchString) in BinaryToBase64A()242 *pcchString = charsNeeded; in BinaryToBase64A()248 *pcchString = charsNeeded; in BinaryToBase64A()259 pcchString); in CryptBinaryToStringA()266 if (!pcchString) in CryptBinaryToStringA()462 *pcchString = charsNeeded; in BinaryToBase64W()468 *pcchString = charsNeeded; in BinaryToBase64W()479 pcchString); in CryptBinaryToStringW()[all …]
4505 _Out_writes_to_opt_(*pcchString, *pcchString) LPSTR pszString,4506 _Inout_ DWORD *pcchString);4515 _Out_writes_to_opt_(*pcchString, *pcchString) LPWSTR pszString,4516 _Inout_ DWORD *pcchString);
965 HRESULT GetString([in] ULONG32 cchString, [out] ULONG32 *pcchString,