ArcObjects Library Reference (Controls)  

IProtectNameControls.ProtectOLE_HANDLE Method

[Visual Basic .NET]
Public Sub ProtectOLE_HANDLE ( _
    ByVal aHandle As Integer _
)
[C#]
public void ProtectOLE_HANDLE (
    int aHandle
);
[C++]
HRESULT ProtectOLE_HANDLE(
  long aHandle
);
[C++]

Parameters

aHandle   aHandle is a parameter of type long

Product Availability

Available with ArcGIS Engine.

See Also

IProtectNameControls Interface