Code: Select all
typedef HANDLE HTHUMBNAIL;
typedef HTHUMBNAIL* PHTHUMBNAIL;
or is it 'Define <variable>.<type>' but then does it matter what the type is? I'm always confused over the C++ 'typedef' when converting something to PB.
Code: Select all
typedef HANDLE HTHUMBNAIL;
typedef HTHUMBNAIL* PHTHUMBNAIL;
