You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PMSIHANDLE struct is defined in the metadata as:
publicstructPMSIHANDLE{publicMSIHANDLEm_h;}
As we see, PMSIHANDLE is defined as just having MSIHANDLE as a field. This is not a pointer, nor any different from using MSIHANDLE directly except to make accessing the inner one more tedious. Can we remove the P version?
The text was updated successfully, but these errors were encountered:
The
PMSIHANDLE
struct is defined in the metadata as:As we see,
PMSIHANDLE
is defined as just havingMSIHANDLE
as a field. This is not a pointer, nor any different from usingMSIHANDLE
directly except to make accessing the inner one more tedious. Can we remove the P version?The text was updated successfully, but these errors were encountered: