Adds OnLoad and OnUnload methods to the credential provider and tile
This commit is contained in:
@@ -22,6 +22,8 @@ namespace Lithnet.CredentialProvider
|
||||
Marshal.AddRef(intPtr);
|
||||
}
|
||||
|
||||
this.OnLoad();
|
||||
|
||||
return HRESULT.S_OK;
|
||||
}
|
||||
catch (Exception ex)
|
||||
@@ -45,6 +47,8 @@ namespace Lithnet.CredentialProvider
|
||||
this.events = null;
|
||||
}
|
||||
|
||||
this.OnUnload();
|
||||
|
||||
return HRESULT.S_OK;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user