| 284 | ///////////////////////////////////////////////////////////////////////// |
| 285 | |
| 286 | ULONG WmfMediaEngine::AddRef() |
| 287 | { |
| 288 | return InterlockedIncrement(&m_nRefCount); |
| 289 | } |
| 290 | |
| 291 | /////////////////////////////////////////////////////////////////////// |
| 292 | // Release |
no outgoing calls
no test coverage detected