3 instantiations of SafeLocalAllocation
WsatUI (3)
Configuration\WsatServiceCertificate.cs (2)
62
sslConf.ParamDesc.pSslHash = new
SafeLocalAllocation
(sslHash.Length);
139
sslConf.ParamDesc.pSslHash = new
SafeLocalAllocation
(sslHash.Length);
MMCUI\WSATPropertySheet.cs (1)
192
this.dlgTemplate = new
SafeLocalAllocation
(dlg);
4 references to SafeLocalAllocation
WsatUI (4)
Configuration\HttpWrapper.cs (1)
65
internal
SafeLocalAllocation
pSslHash;
MMCUI\MMCWrapper.cs (1)
126
internal
SafeLocalAllocation
pResource;
MMCUI\WSATPropertySheet.cs (2)
37
SafeLocalAllocation
dlgTemplate;
180
SafeLocalAllocation
GetDialogTemplate(short cX, short cY)