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 "out" in [All]

crypt32

.

Check out the formatting tips on the right for help formatting and making links.

.

Check out the formatting tips on the right for help formatting and making links.

.

    [In, Out] uint cbCrlEncoded);

.

Check out the formatting tips on the right for help formatting and making links.

.

    [Out] ref IntPtr ppCrlEntry);

.

                            [In, Out] ref CERT_REVOCATION_STATUS pRevStatus);

.

    [StructLayout(LayoutKind.Sequential)]

.

public static extern bool CryptAcquireCertificatePrivateKey([In] IntPtr pCert, [In] uint dwFlags, [In] IntPtr pvReserved, [In, Out] ref IntPtr phCryptProv, [In, Out] ref uint pdwKeySpec, [In, Out] ref bool pfCallerFreeProv);

.

Public Shared Function CryptAcquireCertificatePrivateKey(<[In]> ByVal pCert As IntPtr, <[In]> ByVal dwFlags As UInt32, <[In]> ByVal pvReserved As IntPtr, <[In], Out> ByRef phCryptProv As IntPtr, <[In], Out> ByRef pdwKeySpec As UInt32, <[In], Out> ByRef pfCallerFreeProv As Boolean) As Boolean

.

[In, Out] byte[] pbDecrypted,

.

    [In, Out] byte[] pbEncryptedBlob,

.

            [In, Out] byte[] pvData,

.

    ref DATA_BLOB pDataOut

.

    ByRef pDataOut As DATA_BLOB _

.

Warning If the logon credentials are lost or forgotten, the data is usually unrecoverable. However, if the dwFlags parameter in the CryptProtectData function is set to CRYPTPROTECT_LOCAL_MACHINE with or without additional entropy specified in the pOptionalEntropy parameter, any user on the same computer where the data was encrypted can recover the data.

.
Summary
The CryptQueryObject function retrieves information about the contents of a cryptography API object, such as a certificate, a certificate revocation list, or a certificate trust list. The object can either reside in a structure in memory or be contained in a file.
.

        [In, Out] byte[] pbSignedAndEncryptedBlob,

.

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);

.

        out skipbytes,

.

        out flags);

.

    ref DATA_BLOB pDataOut

.

     ByRef pDataOut As DATA_BLOB _

.

  public void VerifyDetachedMessageSignature2(byte[] messageData, byte[] signatureData, out byte[] p_x509)

.

    [ In, Out ] byte[] pbVerifiedBlob,

.

     out X509Certificate x509 )

.

    [StructLayout(LayoutKind.Sequential)]

.

    [StructLayout(LayoutKind.Sequential)]

.

    [StructLayout(LayoutKind.Sequential)]

.

    [StructLayout(LayoutKind.Sequential)]

.
Summary
This function attempts to decode the outer layer of a BLOB as a Personal Information Exchange (PFX) packet. PFX format is also known as Public-Key Cryptography Standards #12 (PKCS #12) format.
.

    [StructLayout(LayoutKind.Sequential)]

wininet

.

phFtpCommand (out) A pointer to a handle that is created if a valid data socket is opened. The fExpectResponse parameter must be set to TRUE for phFtpCommand to be filled.

.

   string searchFile, out WIN32_FIND_DATA findFileData,

.

Having a connect function for all protocols, even those that do not use persistent connections, lets an application communicate common information about several requests using a single function call. In addition, this allows for future versions of Internet protocols that do not require a connection to be established for every client request.

.

    // (out) Pointer to a URL_COMPONENTS structure that receives the URL components

.

   out WIN32_FIND_DATA findFileData);

.

///     C++ ( lpdwFlags [out]. Type: LPDWORD )<br />Pointer to a variable that receives the connection description. This

.

extern static bool InternetGetConnectedState(out int lpdwFlags, int dwReserved);

.

   private static extern bool InternetGetConnectedState(out int lpdwFlags, int dwReserved);

.

    bool isConnected = InternetGetConnectedState(out flags, 0);

.

   out int errorCode, StringBuilder buffer, ref int bufferLength);

.

[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]

.

[StructLayout(LayoutKind.Sequential)]

.

Note: couldn't figure out how to add a new fcn, so I'm adding this here:

.
Summary
Contains information about an entry in the Internet cache
.

<StructLayout(LayoutKind.Explicit, Size:=80)> _

.
Summary
Contains information about an entry in the Internet cache
.

<StructLayout(LayoutKind.Explicit, Size:=80)> _

xolehlp

.

        [Out, MarshalAsAttribute(UnmanagedType.Interface)]out IDtcNetworkAccessConfig idtcnac);

gdiplus

.

   ref GPRECT layoutRect, HandleRef format);

.

   ref GPRECT dstRect, ref GPRECT srcRect, int unit, out int state);

.

static extern int GdipBeginContainer2(HandleRef graphics, out int state);

.

   out int argb);

.

   int height, int format, HandleRef srcbitmap, out IntPtr dstbitmap);

.

static extern int GdipCloneBrush(HandleRef brush, out IntPtr clonebrush);

.

static extern int GdipCloneCustomLineCap(HandleRef customCap, out IntPtr clonedCap);

.

   out IntPtr clonefontfamily);

.

   out IntPtr cloneImageattr);

.

static extern int GdipCloneMatrix(HandleRef matrix, out IntPtr cloneMatrix);

.

static extern int GdipClonePath(HandleRef path, out IntPtr clonepath);

.

static extern int GdipClonePen(HandleRef pen, out IntPtr clonepen);

.

static extern int GdipCloneRegion(HandleRef region, out IntPtr cloneregion);

.

static extern int GdipCloneStringFormat(HandleRef format, out IntPtr newFormat);

.

   bool isFilled, out IntPtr adjustableArrowCap);

.

   out IntPtr bitmap);

.

    if(!GetCodecClsid(filename, out clsid))

.

   HandleRef graphics, out IntPtr bitmap);

.

   HandleRef hpalette, out IntPtr bitmap);

.

static extern int GdipCreateBitmapFromHICON(HandleRef hicon, out IntPtr bitmap);

.

static extern int GdiplusStartup(out IntPtr token, ref StartupInput input,

.

out  StartupOutput output);

.

ByRef input As StartupInput, ByRef output As StartupOutput) As Integer

.

                       ByRef output As GdipStartupOutput) _

.

[StructLayout(LayoutKind.Sequential)]

.

struct StartupOutput

.

[StructLayout(LayoutKind.Sequential)]

.

internal static extern int GdipMeasureString(HandleRef graphics, string textString, int length, HandleRef font, ref GPRECTF layoutRect, HandleRef stringFormat, [In, Out] ref GPRECTF boundingBox, out int codepointsFitted, out int linesFilled);

msvcrt

59: fopen
.

public static extern Int32 fopen_s(out IntPtr pFile, String filename, String mode);

.

public static extern Int32 _wfopen_s(out IntPtr pFile, String filename, String mode);

.

if (!fopen_s(out file, "example.txt", "w, ccs=UNICODE"))

.

if (!_wfopen_s(out file, "example.txt", "w"))

.

±©žHJʦqMƒè/„ðm´´ó™©9«yøLxÜ¿Rxy-Ѝ<ý5yô´dׇ šÉG±`V¶Fë‚0„þÓ"/¦"d\Ç,ě@ä8‡;;'«½ÌkEA7§CwtÑcûéŽ8¨ë ‘p"RüR9.PL碾 –¾f•Íiç!Ò%Ü­ ÑãI'¶ŽÝ|‚íá\›cˆÒ{;%`ÔÁÌ*<¡Aûx&²§)br°°‚Ñ€!RñM×,Ñx\‰Ÿô¼Ž†˕/LóÈ»1…[Q܇žÐMÃZYP˜™ïŒß@J†áCåߚ¤úRÊUëM1l_?K@aǶ1Ömƒb3OõKaJ)¥`ói*$®ûÝc…‹°Iܰz%vC£H ‹UµOQƐÓ@„ªðÒ8)V?(Ï±ÚæŸs+×'Gñî×äÞ®Ó /LPÛê¯ÝJšëHÊ$ÌèUõ£ü”5휱h(i3}Ä.<΍L|fÇãæªIø'F† W"¯Íb”€íÏf<pt9Æq¥÷Òp×õxr”p°QgN?ÎR䳖ÆË‰‹;Ÿ›3ËEðWš&s·DùŒRóŒâyÊ6›•ÅL¹BV¾K`ÿœÏè£Á܈¸Ë¶R ɑȡiöÑÅ$6ajÔ¤´ ©½“hìAÕÉx>ÙñY\×#¾µê`»[“ƒz¸·ŽãÖW ³ærŠÂ;¿™Ú«‘M/6â5áÒ«e¦¿±Rr'£‚‹·H$ë¿É¼XĽàãÚÇ2HŒò&þª}¯—ø^ÌéÈSô `(Å¿x°¡×©…|Œ߹1¬iú]./!¡OUtW©ä‘þCäò¦ÎÊÂÚñò™ÄðãçÂ_

.

+ÈªÍæ]:®;;—eD¼i'qmøî/;u¾3CÁ"w®ïÄãÊÁKC¶YU …#ªô $ŠQÀôL«©õ.‡á„…EƋ# ‚ZVL”çbLS؋æÒéc¸D¹¬„Žæ/£ÛD2gÈu§EÛ:Á¢¨ØÕ㡬òµ—Û×µàbû]G¨h˜ü71³Ä撚oUTɵrÏʱÿîÿ|N0º¤æ-–Üsu<­úñƒ‡š*Â,‚O %wñ¥§Õ›ÍùÅë>žG–­Ú±F6›7n)Œ¯ØÄ¦ åIZÇmÈ©ò1&ˆ—9Í,¹¢

Cut off search results after 60. Please refine your search.


 
Access PInvoke.net directly from VS: