@@ -3004,8 +3004,8 @@ impl IBackgroundCopyJobHttpOptions {
3004
3004
pub unsafe fn RemoveClientCertificate ( & self ) -> :: windows:: core:: Result < ( ) > {
3005
3005
( :: windows:: core:: Interface :: vtable ( self ) . RemoveClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) ) . ok ( )
3006
3006
}
3007
- pub unsafe fn GetClientCertificate ( & self , pstorelocation : & mut BG_CERT_STORE_LOCATION , pstorename : & mut :: windows:: core:: PWSTR , ppcerthashblob : & mut * mut u8 , psubjectname : & mut :: windows:: core:: PWSTR ) -> :: windows:: core:: Result < ( ) > {
3008
- ( :: windows:: core:: Interface :: vtable ( self ) . GetClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) , :: core:: mem:: transmute ( pstorelocation) , :: core:: mem:: transmute ( pstorename) , :: core:: mem:: transmute ( ppcerthashblob. as_ptr ( ) ) , :: core:: mem:: transmute ( psubjectname) ) . ok ( )
3007
+ pub unsafe fn GetClientCertificate ( & self , pstorelocation : & mut BG_CERT_STORE_LOCATION , pstorename : & mut :: windows:: core:: PWSTR , ppcerthashblob : * mut * mut u8 , psubjectname : & mut :: windows:: core:: PWSTR ) -> :: windows:: core:: Result < ( ) > {
3008
+ ( :: windows:: core:: Interface :: vtable ( self ) . GetClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) , :: core:: mem:: transmute ( pstorelocation) , :: core:: mem:: transmute ( pstorename) , :: core:: mem:: transmute ( ppcerthashblob) , :: core:: mem:: transmute ( psubjectname) ) . ok ( )
3009
3009
}
3010
3010
pub unsafe fn SetCustomHeaders < ' a , P0 > ( & self , requestheaders : P0 ) -> :: windows:: core:: Result < ( ) >
3011
3011
where
@@ -3093,8 +3093,8 @@ impl IBackgroundCopyJobHttpOptions2 {
3093
3093
pub unsafe fn RemoveClientCertificate ( & self ) -> :: windows:: core:: Result < ( ) > {
3094
3094
( :: windows:: core:: Interface :: vtable ( self ) . base__ . RemoveClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) ) . ok ( )
3095
3095
}
3096
- pub unsafe fn GetClientCertificate ( & self , pstorelocation : & mut BG_CERT_STORE_LOCATION , pstorename : & mut :: windows:: core:: PWSTR , ppcerthashblob : & mut * mut u8 , psubjectname : & mut :: windows:: core:: PWSTR ) -> :: windows:: core:: Result < ( ) > {
3097
- ( :: windows:: core:: Interface :: vtable ( self ) . base__ . GetClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) , :: core:: mem:: transmute ( pstorelocation) , :: core:: mem:: transmute ( pstorename) , :: core:: mem:: transmute ( ppcerthashblob. as_ptr ( ) ) , :: core:: mem:: transmute ( psubjectname) ) . ok ( )
3096
+ pub unsafe fn GetClientCertificate ( & self , pstorelocation : & mut BG_CERT_STORE_LOCATION , pstorename : & mut :: windows:: core:: PWSTR , ppcerthashblob : * mut * mut u8 , psubjectname : & mut :: windows:: core:: PWSTR ) -> :: windows:: core:: Result < ( ) > {
3097
+ ( :: windows:: core:: Interface :: vtable ( self ) . base__ . GetClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) , :: core:: mem:: transmute ( pstorelocation) , :: core:: mem:: transmute ( pstorename) , :: core:: mem:: transmute ( ppcerthashblob) , :: core:: mem:: transmute ( psubjectname) ) . ok ( )
3098
3098
}
3099
3099
pub unsafe fn SetCustomHeaders < ' a , P0 > ( & self , requestheaders : P0 ) -> :: windows:: core:: Result < ( ) >
3100
3100
where
@@ -3201,8 +3201,8 @@ impl IBackgroundCopyJobHttpOptions3 {
3201
3201
pub unsafe fn RemoveClientCertificate ( & self ) -> :: windows:: core:: Result < ( ) > {
3202
3202
( :: windows:: core:: Interface :: vtable ( self ) . base__ . base__ . RemoveClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) ) . ok ( )
3203
3203
}
3204
- pub unsafe fn GetClientCertificate ( & self , pstorelocation : & mut BG_CERT_STORE_LOCATION , pstorename : & mut :: windows:: core:: PWSTR , ppcerthashblob : & mut * mut u8 , psubjectname : & mut :: windows:: core:: PWSTR ) -> :: windows:: core:: Result < ( ) > {
3205
- ( :: windows:: core:: Interface :: vtable ( self ) . base__ . base__ . GetClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) , :: core:: mem:: transmute ( pstorelocation) , :: core:: mem:: transmute ( pstorename) , :: core:: mem:: transmute ( ppcerthashblob. as_ptr ( ) ) , :: core:: mem:: transmute ( psubjectname) ) . ok ( )
3204
+ pub unsafe fn GetClientCertificate ( & self , pstorelocation : & mut BG_CERT_STORE_LOCATION , pstorename : & mut :: windows:: core:: PWSTR , ppcerthashblob : * mut * mut u8 , psubjectname : & mut :: windows:: core:: PWSTR ) -> :: windows:: core:: Result < ( ) > {
3205
+ ( :: windows:: core:: Interface :: vtable ( self ) . base__ . base__ . GetClientCertificate ) ( :: windows:: core:: Interface :: as_raw ( self ) , :: core:: mem:: transmute ( pstorelocation) , :: core:: mem:: transmute ( pstorename) , :: core:: mem:: transmute ( ppcerthashblob) , :: core:: mem:: transmute ( psubjectname) ) . ok ( )
3206
3206
}
3207
3207
pub unsafe fn SetCustomHeaders < ' a , P0 > ( & self , requestheaders : P0 ) -> :: windows:: core:: Result < ( ) >
3208
3208
where
0 commit comments