I am having a problem with some code. I need to convert this into c# code. The pointer to a pointer is killing me. I need to know how to take this MSDN help and convert it into usable code.
HRESULT GetID(
BSTR pDeviceClass,
DWORD *pdwSize,
BYTE **ppDeviceID
);
This is how far I got -...