CoRegisterPSClsid
[DllImport("ole32.dll", SetLastError = true)]
public static extern int CoRegisterPSClsid(
ref Guid riid,
ref Guid rclsid
);Last updated
[DllImport("ole32.dll", SetLastError = true)]
public static extern int CoRegisterPSClsid(
ref Guid riid,
ref Guid rclsid
);Last updated