How to convert this c++ struct into C# equivalent?
typedef struct readdirplus_hash_bucket {
ifs_rdplusbucket **hash;
int hash_size;
} ifs_rdplushashbucket;
I stuck in double pointer. Thanks in advance.
How to convert this c++ struct into C# equivalent?
typedef struct readdirplus_hash_bucket {
ifs_rdplusbucket **hash;
int hash_size;
} ifs_rdplushashbucket;
I stuck in double pointer. Thanks in advance.