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

coredll

.

public extern static bool SipSetCurrentIM(byte[] clsid);

.

Declare Function SipSetCurrentIM Lib "coredll.dll" (ByVal clsid As Byte()) As Boolean

.

public extern static bool SipSetCurrentIM(byte[] id);

.

bool success = SipSetCurrentIM(ClsidLargeKB.ToByteArray());

.

     Debug.WriteLine(string.Format("SipSetCurrentIM failed: error code {0}", error));

.
Documentation
[SipSetCurrentIM] on MSDN

 
Access PInvoke.net directly from VS: