SECURITY_ATTRIBUTES

new topic     » topic index » view thread      » older message » newer message

Hi guys!
I'm doing some dll interface and ive come upon a problem.
I need to pass a pointer to a structure, to a dll. How is this accomplished?
typedef struct _SECURITY_ATTRIBUTES { // sa
    DWORD  nLength;
    LPVOID lpSecurityDescriptor;
    BOOL   bInheritHandle;
} SECURITY_ATTRIBUTES;

Thx
William Heimbigner
icxcnika at hotpop.com

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu