Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CryptStringToBinary" in [All]

crypt32

.
Summary
The CryptStringToBinary function converts a formatted string into an array of bytes.
.

static extern bool CryptStringToBinary([MarshalAs(UnmanagedType.LPWStr)] string pszString, uint cchString, uint dwFlags, [Out] IntPtr pbBinary, ref uint pcbBinary, out uint pdwSkip, out uint pdwFlags);

.

Declare Function CryptStringToBinary Lib "crypt32.dll" (TODO) As TODO

.

    status = CryptStringToBinary(datastr,

.
Documentation
[CryptStringToBinary] on MSDN

 
Access PInvoke.net directly from VS: