Sign in
Random.Next()
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.net
c#
code
deferred handshake
Interop
marshal
mobile
null
socket
SSL
tls
Browse by Tags
MSDN Blogs
>
Random.Next()
>
All Tags
>
marshal
Tagged Content List
Blog Post:
Interop: marshaling double pointers that can be null
Carlos [MSR]
I recently had to implement IMediaBuffer in managed code. The GetBufferAndLength method takes a BYTE** ppBuffer argument, so I initially went with the following straightforward C# declaration: public void GetBufferAndLength( out IntPtr ppBuffer, out uint cbLength) { ppBuffer = myBuffer; …...
on
15 Jun 2011
Page 1 of 1 (1 items)