M
Mike Yeager
I'm accessing a windows API call and need to use a constant defined in a ..H file. In the past, it was easy enough to read the .H file and use the value directly in the program, but now I have one defined like this:
#define SCARD_PCI_T0 (&g_rgSCardT0Pci)
Can anyone tell me how to use this in a C# program?
Thanks,
Mike
#define SCARD_PCI_T0 (&g_rgSCardT0Pci)
Can anyone tell me how to use this in a C# program?
Thanks,
Mike