repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2007-05-25 Jonathan Chambers <joncham@gmail.com>
[mcs.git]
/
tests
/
test-352.cs
blob
d097e831d8e8a9abcf1711ae319712b599072231
1
using
System
.
Runtime
.
InteropServices
;
2
3
public struct
CONNECTDATA
4
{
5
[
MarshalAs
(
10
)]
6
public object
pUnk
;
7
[
MarshalAs
(
UnmanagedType
.
BStr
)]
8
public int
dwCookie
;
9
}
10
11
public class
C
12
{
13
public static void
Main
() {}
14
}